Programming language for literate programming law specification
Go to file
Denis Merigoux 095f0a8de1 Code reorg
2019-09-04 10:32:33 +02:00
src Code reorg 2019-09-04 10:32:33 +02:00
.gitignore Code reorg 2019-09-04 10:32:33 +02:00
dune-project Code reorg 2019-09-04 10:32:33 +02:00
LICENSE.txt Code reorg 2019-09-04 10:32:33 +02:00
README.md Code reorg 2019-09-04 10:32:33 +02:00
verifisc.opam Code reorg 2019-09-04 10:32:33 +02:00

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.

License

The library is released under the Apache license (version 2).