1
0
forked from GitHub/gf-core

the experimental export to Lambda Prolog is now obsolete and is removed

This commit is contained in:
Krasimir Angelov
2017-09-07 14:01:46 +02:00
parent 9f7a6cfe10
commit 60bd12a952
5 changed files with 2 additions and 174 deletions

View File

@@ -92,8 +92,6 @@ data OutputFormat = FmtPGFPretty
| FmtHaskell
| FmtJava
| FmtProlog
| FmtLambdaProlog
| FmtByteCode
| FmtBNF
| FmtEBNF
| FmtRegular
@@ -478,8 +476,6 @@ outputFormatsExpl =
(("haskell", FmtHaskell),"Haskell (abstract syntax)"),
(("java", FmtJava),"Java (abstract syntax)"),
(("prolog", FmtProlog),"Prolog (whole grammar)"),
(("lambda_prolog",FmtLambdaProlog),"LambdaProlog (abstract syntax)"),
(("lp_byte_code", FmtByteCode),"Bytecode for Teyjus (abstract syntax, experimental)"),
(("bnf", FmtBNF),"BNF (context-free grammar)"),
(("ebnf", FmtEBNF),"Extended BNF"),
(("regular", FmtRegular),"* regular grammar"),