package catala

  1. Overview
  2. Docs
Low-level language for tax code specification

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=4a2c5495f30d8fc2e3bf977df6e602f9
sha512=8dcc404b6068b9dbd76982ade60d8fba1950fdd0a8a626db17429120483367dce1f51997e96d7b8ee5308f305c3bcbb897ef85336f25e9ef3681f4cb9237f56a

Description

The Catala language is designed to be a low-level target for higher-level specification languages for fiscal legislation.

Published: 18 Mar 2021

README

README.md

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.

Join the Catala community on Zulip: https://zulip.catala-lang.org/!

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.

Building and installation

See the dedicated readme.

Usage

Use catala --help to get more information about the command line options available.

The top-level Makefile contains a lot of useful targets to run. To display them, use

    make help

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

The compiler documentation is auto-generated from its source code using dune and odoc. Use

make doc

to generate the documentation, then open the doc/odoc.html file in any browser.

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.

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 l’information 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.

Dependencies (19)

  1. camomile >= "1.0.2" & < "2.0.0"
  2. js_of_ocaml-ppx >= "3.8.0"
  3. benchmark >= "1.6"
  4. visitors >= "20200210"
  5. calendar >= "2.04"
  6. ocamlgraph >= "1.8.8"
  7. dune >= "2.2"
  8. zarith_stubs_js >= "0.14.0"
  9. zarith >= "1.10"
  10. re >= "1.9.0"
  11. cmdliner >= "1.0.4" & < "1.1.0"
  12. bindlib = "5.0.1"
  13. unionFind >= "20200320"
  14. menhirLib >= "20200211"
  15. menhir >= "20200211"
  16. gen >= "0.2.3"
  17. sedlex >= "2.1"
  18. ANSITerminal >= "0.8.2"
  19. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None