catala/compiler/catala_utils
Louis Gesbert 05752988e6 Clerk: add support for basic configuration files
Not much there at the moment, but being able to specify the include directories
is already pretty useful to run clerk directly e.g. on `catala-examples`.

(you had to explicitely specify variable `CATALA_INCLUDE`, the `-I` flags or to
go through `make` without that)
2024-06-26 10:41:12 +02:00
..
catala_utils.mld Match the compiler code to the new type of error message content 2023-07-12 11:55:11 +02:00
cli.ml Add an option to stop on the first delayed error encountered 2024-06-19 14:52:32 +02:00
cli.mli Reformat 2024-03-20 14:41:06 +01:00
dune Messages: adjust to terminal width 2024-04-26 15:40:55 +02:00
file.ml Clerk: add support for basic configuration files 2024-06-26 10:41:12 +02:00
file.mli Clerk: add support for basic configuration files 2024-06-26 10:41:12 +02:00
get_version.ml Better version handling 2024-01-24 11:41:34 +01:00
global.ml Add an option to stop on the first delayed error encountered 2024-06-19 14:52:32 +02:00
global.mli Add an option to stop on the first delayed error encountered 2024-06-19 14:52:32 +02:00
hash.ml Allow catala ocaml --closure-conversion 2024-06-21 12:23:01 +02:00
hash.mli Replace module hashes for external modules 2024-05-28 11:43:50 +02:00
map.ml Reformat 2023-11-30 23:53:38 +01:00
mark.ml Computation and checking of module hashes 2024-05-28 11:43:50 +02:00
mark.mli Computation and checking of module hashes 2024-05-28 11:43:50 +02:00
message.ml Add error messages numbering (#634) 2024-06-20 15:41:55 +02:00
message.mli Add error messages numbering (#634) 2024-06-20 15:41:55 +02:00
pos.ml Messages: improve string padding processing 2024-06-19 16:10:26 +02:00
pos.mli Messages: improve string padding processing 2024-06-19 16:10:26 +02:00
string.ml Clerk reports: postprocess diff output 2024-06-21 18:19:09 +02:00
string.mli Clerk reports: postprocess diff output 2024-06-21 18:19:09 +02:00
suggestions.ml Refactor and improve suggestions' pretty-printing 2024-06-21 11:11:53 +02:00
suggestions.mli Refactor suggestions 2024-06-20 15:59:54 +02:00
uid.ml Fix hashing of submodule references 2024-05-28 11:43:50 +02:00
uid.mli Fix hashing of submodule references 2024-05-28 11:43:50 +02:00
version.mli Better version handling 2024-01-24 11:41:34 +01:00