catala/compiler/scalc
Louis Gesbert e9abbf9bd8 Scalc change: switch only on variables
matches can bind, but switches cannot, so we can assume the switch argument
should always be bound to a name ; this allow the intermediate variable to be
better renamed.
2024-08-28 18:12:32 +02:00
..
ast.ml Scalc change: switch only on variables 2024-08-28 18:12:32 +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 Scalc change: switch only on variables 2024-08-28 18:12:32 +02:00
from_lcalc.mli Renaming: move to its own module 2024-08-28 18:12:28 +02:00
print.ml Scalc change: switch only on variables 2024-08-28 18:12:32 +02:00
print.mli Add externals to scalc, working test with Python backend 2024-02-26 14:56:43 +01:00
scalc.mld Fix most doc errors 2023-06-02 17:17:45 +02:00
to_c.ml Scalc change: switch only on variables 2024-08-28 18:12:32 +02:00
to_c.mli Renaming: move to its own module 2024-08-28 18:12:28 +02:00
to_python.ml Scalc change: switch only on variables 2024-08-28 18:12:32 +02:00
to_python.mli Renaming: move to its own module 2024-08-28 18:12:28 +02:00