1
0
forked from GitHub/gf-core

formats in index

This commit is contained in:
aarne
2005-12-09 13:23:39 +00:00
parent 6e02c0f13b
commit 1abca7d616
3 changed files with 23 additions and 18 deletions

View File

@@ -162,16 +162,21 @@ various tasks with the grammars:
</li><li> random and exhaustive generation
</li><li> syntax editing
</li></ul>
GF particularly addresses two aspects of grammars:
GF particularly addresses four aspects of grammars:
<ul>
<li> multilinguality (parallel grammars for different languages)
</li><li> semantics (semantic conditions of well-formedness, semantic
properties of expressions)
</li></ul>
GF Version 2.0 adds the aspect of
<ul>
<li> modularity and grammar engineering.
<li> modularity and grammar engineering
<li> reuse of grammars in different formats and as software components
</ul>
GF provides an easy way to experiment with grammars written in
different formats, including the ubiquitous BNF and EBNF formats.
The <a href="gf-compiler.png">GF compilation chart</a> gives a
summary of the supported input and output formats (the nodes in ellipses).
<p>
GF is open-source software licensed under
<a href="LICENSE">GNU General Public License (GPL)</a>.