catala/compiler/shared_ast
2023-06-19 17:29:51 +02:00
..
definitions.ml Added operators for closure environment handling 2023-06-15 16:52:36 +02:00
dune Fix most doc errors 2023-06-02 17:17:45 +02:00
expr.ml Merge branch 'master' into closure_conversion 2023-06-15 17:56:41 +02:00
expr.mli Improve names of temp variable in monadic pass 2023-06-12 15:02:08 +02:00
interpreter.ml Merge branch 'master' into closure_conversion 2023-06-15 17:56:41 +02:00
interpreter.mli Closure conversion should work now 2023-06-15 17:32:00 +02:00
operator.ml Merge branch 'master' into closure_conversion 2023-06-15 17:56:41 +02:00
operator.mli Fix most doc errors 2023-06-02 17:17:45 +02:00
optimizations.ml Correctly count number of var occurences 2023-06-14 11:39:27 +02:00
optimizations.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
print.ml Closure hoisting (missing a bug on hardest case) 2023-06-18 18:08:18 +02:00
print.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
program.ml Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
program.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
scope.ml Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
scope.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
shared_ast.ml Generalized optimizations 2023-04-21 11:56:07 +02:00
shared_ast.mld Fix most doc errors 2023-06-02 17:17:45 +02:00
type.ml Adding typing for closure env 2023-06-15 11:11:56 +02:00
type.mli - [x] shared_ast 2023-02-20 15:57:42 +01:00
typing.ml Apply suggestions by @altgr 2023-06-19 17:29:51 +02:00
typing.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
var.ml Generic mapping function across different ASTs 2023-03-30 18:57:51 +02:00
var.mli Generic mapping function across different ASTs 2023-03-30 18:57:51 +02:00