catala/compiler/dcalc
Louis Gesbert c94509e0bb Remove integer division from the language
it's unlikely to be used in any law, and likely to be cause for confusion.

best of all, the new operator has a different return type, which
ensures no inconsistency with the change can get overlooked.
2022-12-13 12:35:02 +01:00
..
ast.ml Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00
ast.mli Make all supertypes use ('a, 't) gexpr as parameter instead of naked_gexpr 2022-08-29 11:29:24 +02:00
dcalc.mld Documentation pass 2022-01-19 10:54:16 +01:00
dune Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
from_scopelang.ml Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
from_scopelang.mli Uniform naming of conversion modules across compilation passes 2022-11-22 12:08:18 +01:00
interpreter.ml Remove integer division from the language 2022-12-13 12:35:02 +01:00
interpreter.mli Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
optimizations.ml Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
optimizations.mli AST refactoring 2022-11-17 18:16:09 +01:00