catala/compiler
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 Add a --no-typing option 2023-11-27 11:06:01 +01:00
dcalc Fix bug in dependency analysis around scope call arguments 2023-10-13 16:12:15 +02:00
desugared Reformat 2023-10-03 18:50:18 +02:00
lcalc Reformat 2023-09-27 13:14:38 +02:00
literate support for parsing Module directives 2023-09-27 13:08:11 +02:00
plugins Reformat 2023-09-27 13:19:04 +02:00
scalc Fix Python compilation and runtime 2023-11-22 18:08:44 +01:00
scopelang Fix bug in dependency analysis around scope call arguments 2023-10-13 15:09:36 +02:00
shared_ast Add a --no-typing option 2023-11-27 11:06:01 +01:00
surface Fix module name propagation 2023-10-13 16:13:02 +02:00
verification Reformat 2023-09-01 16:24:27 +02:00
catala_web_interpreter.ml Reformat 2023-09-27 13:19:04 +02:00
catala.ml replace let _ by let () or add type annotation 2023-09-09 22:02:39 +02:00
driver.ml Add a --no-typing option 2023-11-27 11:06:01 +01:00
driver.mli Add a --no-typing option 2023-11-27 11:06:01 +01:00
dune Add an explain plugin 2023-07-11 17:33:56 +02:00
index.mld More doc 2023-06-18 16:08:16 +02:00
plugin.ml Reformat 2023-09-27 13:19:04 +02:00
plugin.mli Refacter the main Driver module 2023-07-03 16:42:54 +02:00
tests.ml replace let _ by let () or add type annotation 2023-09-09 22:02:39 +02:00