Bhanditz / Arend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arend proof assistant

JetBrains incubator project

Arend is a theorem prover based on Homotopy Type Theory. See the documentation for more information about the Arend language.

Building

We use gradle to build the plugin. It comes with a wrapper script (gradlew or gradlew.bat in the root of the repository) which downloads appropriate version of gradle automatically as long as you have JDK installed.

Common tasks are

  • ./gradlew jarDep — build a jar file which includes all the dependecies which can be found at build/libs. To see the command line options of the application, run java -jar arend.jar --help.

  • ./gradlew test — run all tests.

About


Languages

Language:Java 99.4%Language:ANTLR 0.5%Language:Kotlin 0.1%