1
0
forked from GitHub/gf-core

major changes to the prolog export

This commit is contained in:
peter.ljunglof
2012-06-27 23:29:05 +00:00
parent 871eb6eabc
commit 035b7731e5
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"),