1
0
forked from GitHub/gf-core

Changed JS generation to avoid grammar reference files. Removed grammar reference file generation.

This commit is contained in:
meza
2008-04-11 13:52:13 +00:00
parent f439895ef9
commit 08f92cd180
4 changed files with 34 additions and 65 deletions

View File

@@ -58,9 +58,8 @@ outputFile outfile output =
printOptions = [
("haskell","GSyntax.hs"),
("haskell_gadt","GSyntax.hs"),
("js","grammar.js"),
("jsref","grammarReference.js")
("js","grammar.js")
]
usageMsg =
"usage: gfc (-h | --make (-noopt) (-noparse) (-target=PREFIX) (-js | -jsref | -haskell | -haskell_gadt)) (-src) FILES"
"usage: gfc (-h | --make (-noopt) (-noparse) (-target=PREFIX) (-js | -haskell | -haskell_gadt)) (-src) FILES"