Programming language for literate programming law specification
Go to file
2020-12-14 10:59:15 +01:00
.github/workflows Removed duplicated CI target 2020-12-10 18:16:20 +01:00
doc Improved readmes 2020-12-14 10:59:15 +01:00
examples Automatic unit test discovery, improved inclusion system 2020-12-11 21:17:01 +01:00
src Automatic unit test discovery, improved inclusion system 2020-12-11 21:17:01 +01:00
syntax_highlighting amount -> money 2020-12-10 09:35:36 +01:00
tests Improved readmes 2020-12-14 10:59:15 +01:00
.gitignore Properly generate HTML assets 2020-05-05 17:05:39 +02:00
.gitmodules Localized files extensions, syntax highlighting for non-verbose which is now the defaul 2020-08-08 19:07:28 +02:00
.ocamlformat Weaving to LaTeX 2020-03-07 18:20:04 -08:00
catala.opam Improved readmes 2020-12-14 10:59:15 +01:00
CONTRIBUTING.md Improved readmes 2020-12-14 10:59:15 +01:00
dune Only look into src directory 2020-05-22 19:58:01 +02:00
dune-project Improved readmes 2020-12-14 10:59:15 +01:00
generate_website_assets.sh Use rsync for correct results 2020-05-25 19:13:09 +02:00
INSTALL.md Improved readmes 2020-12-14 10:59:15 +01:00
LICENSE.txt Code reorg 2019-09-04 10:32:33 +02:00
Makefile Fixed makefile wrangling 2020-12-10 18:21:48 +01:00
README.md Improved readmes 2020-12-14 10:59:15 +01:00

Catala logo

Catala

Catala is a domain-specific language for deriving faithful-by-construction algorithms from legislative texts. To learn quickly about the language and its features, you can jump right to the official Catala tutorial.

Concepts

Catala is a programming language adapted for socio-fiscal legislative literate programming. By annotating each line of the legislative text with its meaning in terms of code, one can derive an implementation of complex socio-fiscal mechanisms that enjoys a high level of assurance regarding the code-law faithfulness.

Concretely, you have to first gather all the laws, executive orders, previous cases, etc. that contain information about the socio-fiscal mechanism that you want to implement. Then, you can proceed to annotate the text article by article, in your favorite text editor :

Screenshot

Once your code is complete and tested, you can use the Catala compiler to produce a lawyer-readable PDF version of your implementation. The Catala language has been specially designed in collaboration with law professionals to ensure that the code can be reviewed and certified correct by the domain experts, which are in this case lawyers and not programmers.

Screenshot

The Catala language is special because its logical structure mimics the logical structure of the law. Indeed, the core concept of "definition-under-conditions" that builds on default logic has been formalized by Professor of Law Sarah Lawsky in her article A Logic for Statutes. The Catala language is the only programming language to our knowledge that embeds default logic as a first-class feature, which is why it is the only language perfectly adapted to literate legislative programming.

Installation

See the dedicated readme.

Examples

See the dedicated readme.

Contributing

See the dedicated readme.

Test suite

See the dedicated readme.

Documentation

Formal semantics

See the dedicated readme.

Compiler documentation

See the dedicated readme.

License

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

Limitations and disclaimer

Catala is a research project from Inria, the French National Research Institute for Computer Science. The compiler is yet unstable and lacks some of its features. Currently, here is the list of existing features:

  • Literate programming output to HTML or LaTeX
  • Typechecker and interpreter for most of the language

Pierre Catala

The language is named after Pierre Catala, a professor of law who pionneered the French legaltech by creating a computer database of law cases, Juris-Data. The research group that he led in the late 1960s, the Centre détudes et de traitement de linformation juridique (CETIJ), has also influenced the creation by state conselor Lucien Mehl of the Centre de recherches et développement en informatique juridique (CENIJ), which eventually transformed into the entity managing the LegiFrance website, acting as the public service of legislative documentation.