added -fcgf grammar printer

This commit is contained in:
peb
2006-06-02 10:44:41 +00:00
parent 75695d3dfe
commit 526ce96dfa
3 changed files with 18 additions and 7 deletions

View File

@@ -308,6 +308,7 @@ customGrammarPrinter =
-- grammar conversions:
,(strCI "mcfg", \_ -> Prt.prt . stateMCFG)
,(strCI "fcfg", \_ -> Prt.prt . stateFCFG)
,(strCI "cfg", \_ -> Prt.prt . stateCFG)
,(strCI "pinfo", \_ -> Prt.prt . statePInfo)
,(strCI "abstract", \_ -> Prt.prtAfter "\n" . Cnv.gfc2abstract . stateGrammarLang)