catala/compiler/dcalc
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 Move mode handling code from dcalc to shared_ast 2022-08-22 19:28:27 +02:00
ast.mli Move mode handling code from dcalc to shared_ast 2022-08-22 19:28:27 +02:00
dcalc.mld Documentation pass 2022-01-19 10:54:16 +01:00
dune Split the shared AST into a separate lib 2022-08-22 19:16:28 +02:00
interpreter.ml Factorise AST printers 2022-08-22 19:28:27 +02:00
interpreter.mli Leverage the shared AST: big cleanup (part I) 2022-08-22 19:28:21 +02:00
optimizations.ml Move mode handling code from dcalc to shared_ast 2022-08-22 19:28:27 +02:00
optimizations.mli Leverage the shared AST: big cleanup (part I) 2022-08-22 19:28:21 +02:00
typing.ml Factorise AST printers 2022-08-22 19:28:27 +02:00
typing.mli reformat 2022-08-22 19:28:27 +02:00