SRG conversion: print CFG when a unknown cat is found in renameCats. Do filtering in ebnf printer.

This commit is contained in:
bjorn
2008-09-30 09:32:16 +00:00
parent 8716e48c21
commit 41c95825f3
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ width = 75
jsgfPrinter :: Maybe SISRFormat
-> PGF
-> CId -> String
jsgfPrinter sisr pgf cnc = renderStyle st $ prJSGF sisr $ makeSimpleSRG pgf cnc
jsgfPrinter sisr pgf cnc = renderStyle st $ prJSGF sisr $ makeNonLeftRecursiveSRG pgf cnc
where st = style { lineLength = width }
prJSGF :: Maybe SISRFormat -> SRG -> Doc