Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

The rewrite of TLAPM, the TLAPS proof manager

License

Notifications You must be signed in to change notification settings

tlaplus/tlapm_alternative_parser_experiment

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages