Skip to content

Bhanditz/Arend

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%