diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-01-22 17:16:32 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-01-22 17:16:32 +0100 |
| commit | e4abff772556ebee68a7e3b2cbe4fd413a5e845e (patch) | |
| tree | aa15cf56c3f30718de75eba48a175242266c4cbf /gf.cabal | |
| parent | a40130ddc445110871c7c406b1c562d7d726f393 (diff) | |
More work on the canonica_gf export
+ Abstract syntax now is converted directly from the Grammar and not via PGF,
so you can use `gf -batch -no-pmcfg -f canonical_gf ...`, to export to
canonical_gf while skipping PMCFG and PGF file generation completely.
+ Flags that are normally copied to PGF files are now included in the
caninical_gf output as well (in particular the startcat flag).
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ Library GF.Compile.Multi GF.Compile.Optimize GF.Compile.PGFtoHaskell - GF.Compile.PGFtoAbstract +-- GF.Compile.PGFtoAbstract GF.Compile.PGFtoJava GF.Haskell GF.Compile.ConcreteToHaskell |
