mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 23:39:32 -06:00
Added semantic interpretation tag printing to the *bnf grammar printers.
This commit is contained in:
@@ -38,8 +38,8 @@ exportPGF opts fmt pgf =
|
||||
FmtProlog -> multi "pl" grammar2prolog
|
||||
FmtProlog_Abs -> multi "pl" grammar2prolog_abs
|
||||
FmtBNF -> single "bnf" bnfPrinter
|
||||
FmtEBNF -> single "ebnf" ebnfPrinter
|
||||
FmtNoLR -> single "ebnf" nonLeftRecursivePrinter
|
||||
FmtEBNF -> single "ebnf" (ebnfPrinter sisr)
|
||||
FmtNoLR -> single "ebnf" (nonLeftRecursivePrinter sisr)
|
||||
FmtRegular -> single "ebnf" regularPrinter
|
||||
FmtFCFG -> single "fcfg" fcfgPrinter
|
||||
FmtSRGS_XML -> single "grxml" (srgsXmlPrinter sisr)
|
||||
|
||||
Reference in New Issue
Block a user