tlaplus / tlapm_alternative_parser_experiment

The rewrite of TLAPM, the TLAPS proof manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLAPM

Build Status

This is the next version of the TLA proof manager, which is part of the TLA+ Tools [1]. Since is still under development, please also refer to the current version[2].

[1] https://github.com/tlaplus/tlaplus

[2] https://tlaps.codeplex.com

Installation

The easiest way to install is via opam:

opam pin add tlapm2 https://github.com/tlaplus/v2-tlapm.git

If it is already pinned but not installed a simple

opam install tlapm2

will suffice.

Compilation

The compilation requirements are:

The easiest way to install them is via opam (https://opam.ocaml.org):

opam install oasis xmlm kaputt result sexplib

To initialize the configuration, call

oasis setup ;
./configure --enable-tests --enable-debug

in the v2-tlapm base directory. For the actual compilation, the usual

make

will compile the project, wheras

make test

will run the test suite.

Running

For execution, a Java Runtime Environment (at least 7) is also necessary.

About

The rewrite of TLAPM, the TLAPS proof manager

License:Other


Languages

Language:OCaml 65.2%Language:TLA 34.3%Language:Standard ML 0.3%Language:TeX 0.1%Language:Shell 0.1%Language:Makefile 0.0%