documentation

This commit is contained in:
lIlIlIlIIIIlIIIllIIlIllIIllIII 2022-05-31 14:02:39 +02:00
parent 49a3267eec
commit 17592d060e
No known key found for this signature in database
GPG Key ID: 0D4F3CEF398F7CC0

View File

@ -89,6 +89,12 @@ You can look at the
[online OCaml documentation](https://catala-lang.org/ocaml_docs/) for the
different modules' interfaces as well as high-level architecture documentation.
### Installing and using nix
We provide an nix environement to develop the Catala compiler. It is available
after [installing nix](https://nixos.org/download.html). You can then just
use `nix develop` to enter the environment.
### Example: adding a builtin function
The language provides a limited number of builtin functions, which are sometimes