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

@@ -14,7 +14,6 @@ prGFCC printer gr = case printer of
"haskell" -> grammar2haskell gr
"haskell_gadt" -> grammar2haskellGADT gr
"js" -> gfcc2js gr
"jsref" -> gfcc2grammarRef gr
_ -> printGFCC gr
printGFCC :: GFCC -> String