diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-09-19 08:58:39 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-09-19 08:58:39 +0000 |
| commit | 46c8026b9d7e5f6d061b7dd340bfeb4a012b07c8 (patch) | |
| tree | e17320dc6368fae527e9643e08ee0d4de11cc93f /src/GF/UseGrammar | |
| parent | c27087d14d456e174335c7b2eea15100054ab57f (diff) | |
Include startcat in generated JavaScript.
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index a358f26b3..b1b3995b8 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -328,7 +328,7 @@ customMultiGrammarPrinter = [ (strCI "gfcm", const MC.prCanon) ,(strCI "gfcc", const GFCC.prCanon2gfcc) - ,(strCI "js", const JS.prCanon2js) + ,(strCI "js", JS.prCanon2js) ,(strCI "header", const (MC.prCanonMGr . unoptimizeCanon)) ,(strCI "cfgm", prCanonAsCFGM) ,(strCI "graph", visualizeCanonGrammar) |
