From b0dde31f00a5bc4df496d15008e6c3d525925d3a Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 26 Sep 2008 12:57:20 +0000 Subject: Added semantic interpretation tag printing to the *bnf grammar printers. --- src/GF/Compile/Export.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GF/Compile') diff --git a/src/GF/Compile/Export.hs b/src/GF/Compile/Export.hs index 3debe60e0..23817b70f 100644 --- a/src/GF/Compile/Export.hs +++ b/src/GF/Compile/Export.hs @@ -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) -- cgit v1.2.3