diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-12-10 10:43:13 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-12-10 10:43:13 +0000 |
| commit | 87fffffbdf41eaf0f269bd65d8380b80d899bec8 (patch) | |
| tree | 4f7978256da871aff44790bd6cd6309d5fe138f2 /gf.cabal | |
| parent | 2dda42e4d9ccba0223d4f3c78ab64af2213810b9 (diff) | |
option --split-pgf replaces option --mk-index. This splits the PGF into one file for the abstract and one more for each concrete syntax. This is a preparation for being able to load only specific languages from the whole grammar.
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -88,12 +88,12 @@ Library PGF PGF.Data PGF.Macros + PGF.Binary PGF.Optimize PGF.Printer PGF.Utilities other-modules: PGF.CId - PGF.Binary PGF.Expr PGF.Generate PGF.Linearize @@ -219,7 +219,6 @@ Executable gf GF.Compile.PGFtoProlog GF.Compile.PGFtoJS GF.Compile - GF.Index GF.Quiz GFC GFI |
