diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-10-02 19:16:38 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-10-02 19:16:38 +0000 |
| commit | 2f284deb1ce3071b86efcabb5e57028cc5d2c52f (patch) | |
| tree | 8253656660c9c4e36dc21bd7fe4f29d132f599f5 /src/GF/UseGrammar | |
| parent | 514f732d16f0c0d3bd87f14431dc468040141590 (diff) | |
gfcc.txt almost ready
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 148cd49fe..de0c1ba51 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -345,6 +345,7 @@ customMultiGrammarPrinter = [ (strCI "gfcm", const MC.prCanon) ,(strCI "gfcc", const GFCC.prCanon2gfcc) + ,(strCI "f_gfcc", const GFCC.prCanon2f_gfcc) ,(strCI "header", const (MC.prCanonMGr . unoptimizeCanon)) ,(strCI "cfgm", prCanonAsCFGM) ,(strCI "graph", visualizeCanonGrammar) |
