1
0
forked from GitHub/gf-core

Removed the srg value for pg -printer. Users should use pg -printer=srgs_abnf instead.

This commit is contained in:
bringert
2007-01-21 15:10:49 +00:00
parent 0feb059009
commit 855cc16112
2 changed files with 0 additions and 2 deletions

View File

@@ -247,7 +247,6 @@ customGrammarPrinter =
,(strCI "gf", \_ -> err id prGrammar . canon2sourceGrammar . stateGrammarST)
,(strCI "cf", \_ -> prCF . stateCF)
,(strCI "old", \_ -> printGrammarOld . stateGrammarST)
,(strCI "srg", srgsAbnfPrinter Nothing False)
,(strCI "gsl", gslPrinter)
,(strCI "jsgf", jsgfPrinter Nothing)
,(strCI "jsgf_sisr_old", jsgfPrinter (Just SISR.SISROld))

View File

@@ -612,7 +612,6 @@ q, quit: q
-printer=lbnf labelled context-free grammar for BNF Converter
-printer=plbnf grammar for BNF Converter, with precedence levels
*-printer=happy source file for Happy parser generator (use lbnf!)
-printer=srg speech recognition grammar
-printer=haskell abstract syntax in Haskell, with transl to/from GF
-printer=morpho full-form lexicon, long format
*-printer=latex LaTeX file (for the tg command)