catala/compiler/scalc
Louis Gesbert 5d0359f930
C backend: workaround bulk freeing of constants (#718)
This is not perfect, but reasonable ; anyway the current statu quo is that running multiple computation with free between them would lead to a bad crash, so merging
2024-10-31 14:41:10 +01:00
..
ast.ml Finalisation of the C backend PR 2024-09-25 19:32:38 +02:00
dune refactor(runtimes): add runtime_ocaml and runtime_jsoo in the catala package 2022-07-22 16:52:56 +02:00
from_lcalc.ml C backend: workaround bulk freeing of constants (#718) 2024-10-31 14:41:10 +01:00
from_lcalc.mli Renaming: move to its own module 2024-08-28 18:12:28 +02:00
print.ml Cleanup: pass visibility info down to scalc 2024-09-23 16:40:38 +02:00
print.mli Reformat 2024-08-09 12:24:34 +02:00
scalc.mld Fix most doc errors 2023-06-02 17:17:45 +02:00
to_c.ml C backend: workaround bulk freeing of constants (#718) 2024-10-31 14:41:10 +01:00
to_c.mli C backend: generate .h files and use them for imported modules 2024-09-23 16:27:11 +02:00
to_python.ml Python backend: fix handling of renamed modules 2024-09-25 15:25:19 +02:00
to_python.mli Reformat 2024-09-02 13:54:29 +02:00
utils.ml C backend: fix handling of struct inits that may be const or not 2024-09-16 15:47:18 +02:00
utils.mli C backend: WIP handling mixed const/non-const inits 2024-09-13 18:38:50 +02:00