catala/compiler
Louis Gesbert e331c5b37c Interpreter: handle conversion to runtime of defaults//options
This case is really acrobatic, because we are interfacing code compiled to
OCaml (from lcalc) with code from dcalc, and the two have a different
representation for default terms. It... seems to work though.

A more reasonable solution, if there are problems with this or it reveals too
fragile, would be to enforce interpreting at the lcalc level as soon as you want
to link compiled modules.
2024-07-04 15:08:13 +02:00
..
catala_utils Remove the with-exceptions backend 2024-07-04 15:08:13 +02:00
dcalc More precise positions for operators throughout 2024-04-30 16:35:08 +02:00
desugared Refactor suggestions 2024-06-20 15:59:54 +02:00
lcalc Replace HandleDefault* internal operators by HandleExceptions 2024-07-04 15:08:13 +02:00
literate Literate output: adjust catala-metadata margins 2024-06-26 12:09:15 +02:00
plugins Replace HandleDefault* internal operators by HandleExceptions 2024-07-04 15:08:13 +02:00
scalc Replace HandleDefault* internal operators by HandleExceptions 2024-07-04 15:08:13 +02:00
scopelang Add multiple typing errors using delayed errors 2024-06-19 14:52:31 +02:00
shared_ast Interpreter: handle conversion to runtime of defaults//options 2024-07-04 15:08:13 +02:00
surface Update some dependencies 2024-06-26 12:37:57 +02:00
verification More precise positions for operators throughout 2024-04-30 16:35:08 +02:00
catala_web_interpreter.ml Rewriting message calls to use the new intf 2024-04-10 19:26:23 +02:00
catala.ml replace let _ by let () or add type annotation 2023-09-09 22:02:39 +02:00
driver.ml Remove the with-exceptions backend 2024-07-04 15:08:13 +02:00
driver.mli Remove the with-exceptions backend 2024-07-04 15:08:13 +02:00
dune Update opam file according to opam-repository reviews 2024-05-06 21:39:58 +02:00
index.mld More doc 2023-06-18 16:08:16 +02:00
plugin.ml Rewriting message calls to use the new intf 2024-04-10 19:26:23 +02:00
plugin.mli Move global options of Cli to their own module 2024-03-19 15:18:35 +01:00
tests.ml Generalise the definition of lists of nested binders 2024-02-09 18:33:41 +01:00