catala/compiler/scalc
Louis Gesbert 576e0fb3ff Factorise AST printers
Note that there were significant differences between the two printers (see the test diff!). Overall the `dcalc` one seemed newer so that's what I took, with only the required additions from `lcalc` (exceptions, raise and catch)
2022-08-22 19:28:27 +02:00
..
ast.ml Leverage the shared AST: big cleanup (part I) 2022-08-22 19:28:21 +02:00
compile_from_lambda.ml Split Shared_ast.Expr of scope and program functions 2022-08-22 19:28:27 +02:00
dune refactor(runtimes): add runtime_ocaml and runtime_jsoo in the catala package 2022-07-22 16:52:56 +02:00
print.ml Factorise AST printers 2022-08-22 19:28:27 +02:00
print.mli Leverage the shared AST: big cleanup (part I) 2022-08-22 19:28:21 +02:00
scalc.mld Link to modules in the docs 2022-02-14 18:27:29 +01:00
to_python.ml Factorise AST printers 2022-08-22 19:28:27 +02:00
to_python.mli Big reformatting 2022-03-08 15:03:14 +01:00