major changes to the prolog export

This commit is contained in:
peter.ljunglof
2012-06-27 23:29:05 +00:00
parent 97df099d07
commit 7fb35be6e3
3 changed files with 115 additions and 92 deletions

View File

@@ -88,7 +88,6 @@ data OutputFormat = FmtPGFPretty
| FmtPython
| FmtHaskell
| FmtProlog
| FmtProlog_Abs
| FmtLambdaProlog
| FmtBNF
| FmtEBNF
@@ -436,7 +435,6 @@ outputFormatsExpl =
(("python", FmtPython),"Python (whole grammar)"),
(("haskell", FmtHaskell),"Haskell (abstract syntax)"),
(("prolog", FmtProlog),"Prolog (whole grammar)"),
(("prolog_abs", FmtProlog_Abs),"Prolog (abstract syntax)"),
(("lambda_prolog",FmtLambdaProlog),"LambdaProlog (abstract syntax)"),
(("bnf", FmtBNF),"BNF (context-free grammar)"),
(("ebnf", FmtEBNF),"Extended BNF"),