h0nzZik / crl-tool

An implementation of Cartesian Reachability Logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Cartesian Reachability Logic tool

How to build

To enter the environment with the tool in path, run

nix shell '.#crl-tool'

Then, inside the shell, feel free to explore the tool

crl-tool --help

How to run the tests

Enter the testing environment

nix develop '.#test'

Then, inside the environment, run the tests using

make -C test/

About

An implementation of Cartesian Reachability Logic


Languages

Language:Python 95.8%Language:Nix 2.9%Language:Makefile 1.3%