mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Programming language for literate programming law specification
allocations_familiales | ||
src | ||
test | ||
.gitignore | ||
dune-project | ||
lawspec.opam | ||
LICENSE.txt | ||
README.md |
Verifisc
Verifisc is a low-level intermediate representation designed to be a common target for languages and DSL describing legal specifications. The goal is to run different passes of abstract interpretation and symbolic execution on Verifisc, or to translate it directly to Z3 in order to gain insight on the legislation that the code describes.
Usage
The project is distributed as a Dune artifact. Use standard dune commands to build and install the library. In particular, if you want to install the library as an opam package, use the following command at the root of the repository:
opam install ./
License
The library is released under the Apache license (version 2).