diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-09-12 09:12:42 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-09-12 09:12:42 +0000 |
| commit | fd3339610d77cc3d9d41721b6ebc6226905159a3 (patch) | |
| tree | 57ec0612e6118a513e15e3e163de3c60ea7966d4 /README | |
| parent | 902b1f3afcf304bdc750fd72ceed15f3c4b29c04 (diff) | |
install instructions updated
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -19,13 +19,16 @@ generic grammar processor performs various tasks with the grammars: * random generation * syntax editing -GF particularly addresses two aspects of grammars: +GF particularly addresses four aspects of grammars: * multilinguality (parallel grammars for different languages) * semantics (semantic conditions of well-formedness, semantic properties of expressions) + * grammar engineering (modularity, abstractions, libraries) + * embeddability in programs written in other languages (C,C++, + Haskell, Java, JavaScript) +INSTALLATION of binary distribution: see INSTALL -INSTALLATION - +INSTALLATION of source distribution: See src/INSTALL for installation instructions. |
