Copyright | (c) Eugen Kuksa University of Magdeburg 2017 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Eugen Kuksa <kuksa@iks.cs.ovgu.de> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
A Parser for the TPTP Input Syntax v6.4.0.11 taken from http://www.cs.miami.edu/~tptp/TPTP/SyntaxBNF.html
References
- 1
- G. Sutcliffe et al.: The TPTP language grammar in BNF.
http://www.cs.miami.edu/~tptp/TPTP/SyntaxBNF.html
Note: The implemented version is saved at TPTPDocumentsSyntaxBNF.html
Note: The names of the data types are aligned with the names of the grammar rules at this reference page (modulo case).
Documentation
parseBasicSpec :: PrefixMap -> AParser st BASIC_SPEC Source #
annotated_formula :: CharParser st Annotated_formula Source #