DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.leoprover : scala-tptp-parser_2.13 Javadoc & API Documentation - All Versions:

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

How to open Javadoc JAR file in web browser

  1. Rename the file scala-tptp-parser_2.13-1.7.1-javadoc.jar to scala-tptp-parser_2.13-1.7.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder scala-tptp-parser_2.13-1.7.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "scala-tptp-parser_2.13-1.7.1-sources.jar" -d "scala-tptp-parser_2.13-1.7.1-javadoc" -subpackages