summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
diff options
context:
space:
mode:
authorpeb <peb@cs.chalmers.se>2006-06-02 10:44:41 +0000
committerpeb <peb@cs.chalmers.se>2006-06-02 10:44:41 +0000
commit3ddb066a556a6b7666f2cf69030d7d0824e975d8 (patch)
treedb86b65814180f3123d11b86c285e9cf3e4120f0 /src/GF/UseGrammar/Custom.hs
parent58bcb9e22e1ce09e6ed0bbdbf08e5df76f2a74b5 (diff)
added -fcgf grammar printer
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
-rw-r--r--src/GF/UseGrammar/Custom.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs
index f6799811b..8c43a0696 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -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)