catala/compiler/catala_utils
Louis Gesbert b98bad8c33 Add a --no-typing option
it is useful e.g. to be able to print intermediate ASTs when they don't type, to
debug the typing errors. This is better than commenting the typing line each
time.

Note that the option is not available on all targets (esp. not for ocaml and
python outputs ; it's allowed on the interpreters for debugging purposes but I'm
not sure if that's a good idea)
2023-11-27 11:06:01 +01: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 a --no-typing option 2023-11-27 11:06:01 +01:00
cli.mli Add a --no-typing option 2023-11-27 11:06:01 +01:00
dune Reformat 2023-09-27 13:14:38 +02:00
file.ml Reformat 2023-09-27 13:19:04 +02:00
file.mli Reformat 2023-09-27 13:19:04 +02:00
map.ml Reformat 2023-08-31 17:55:36 +02:00
mark.ml Add an explain plugin 2023-07-11 17:33:56 +02:00
mark.mli Reformat 2023-09-01 16:24:27 +02:00
message.ml Better indications for the user : 2023-07-12 16:32:55 +02:00
message.mli Improve the implementation of suggestions 2023-07-12 11:55:11 +02:00
pos.ml Reformat 2023-09-27 13:19:04 +02:00
pos.mli Reformat 2023-09-01 16:24:27 +02:00
string.ml Add some helper functions in a wrapper Map module 2023-07-12 11:51:15 +02:00
string.mli Add some helper functions in a wrapper Map module 2023-07-12 11:51:15 +02:00
suggestions.ml Better indications for the user : 2023-07-12 16:32:55 +02:00
suggestions.mli Better indications for the user : 2023-07-12 16:32:55 +02:00
uid.ml Reformat 2023-09-27 13:14:38 +02:00
uid.mli Reformat 2023-09-27 13:14:38 +02:00