1
0
forked from GitHub/gf-core

printing grammarReference.js with gfc -jsref

This commit is contained in:
aarne
2007-11-10 10:23:35 +00:00
parent ba735d802b
commit eb7b028601
3 changed files with 33 additions and 11 deletions

View File

@@ -11,4 +11,5 @@ prGFCC printer gr = case printer of
"haskell" -> grammar2haskell gr
"haskell_gadt" -> grammar2haskellGADT gr
"js" -> gfcc2js gr
"jsref" -> gfcc2grammarRef gr
_ -> printGFCC gr