summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-01-22 17:16:32 +0100
committerThomas Hallgren <th-github@altocumulus.org>2019-01-22 17:16:32 +0100
commite4abff772556ebee68a7e3b2cbe4fd413a5e845e (patch)
treeaa15cf56c3f30718de75eba48a175242266c4cbf /gf.cabal
parenta40130ddc445110871c7c406b1c562d7d726f393 (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.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 898968a48..3a4604d49 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -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