forked from GitHub/gf-core
Changed JS generation to avoid grammar reference files. Removed grammar reference file generation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user