jar

io.github.leoprover : scala-tptp-parser_2.13

Maven & Gradle

Mar 25, 2023
5 stars

scala-tptp-parser · scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

Table Of Contents

Latest Version

Download io.github.leoprover : scala-tptp-parser_2.13 JAR file - Latest Versions:

All Versions

Download io.github.leoprover : scala-tptp-parser_2.13 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x
1.6
1.5
1.4
1.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window scala-tptp-parser_2.13-1.7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

leo.datastructures

├─ leo.datastructures.TPTP.class - [JAR]

leo.modules.input

├─ leo.modules.input.TPTPParser.class - [JAR]