catala/compiler
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
..
catala_utils Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
dcalc Remove integer division from the language 2022-12-13 12:35:02 +01:00
desugared New syntax for collection operations 2022-12-13 12:30:40 +01:00
lcalc Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
literate Tweak error message location printing 2022-11-28 16:38:09 +01:00
plugins Define Catala_utils.String as an overlay to stdlib string 2022-11-28 16:38:09 +01:00
scalc New syntax for collection operations 2022-12-13 12:30:40 +01:00
scopelang Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
shared_ast Remove integer division from the language 2022-12-13 12:35:02 +01:00
surface New syntax for collection operations 2022-12-13 12:30:40 +01:00
verification Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
catala_web_interpreter.ml Tweak error message location printing 2022-11-28 16:38:09 +01:00
catala.ml reformat (sync with master) 2022-03-09 10:43:17 +01:00
driver.ml Add typing-based disambiguation pass after desugaring 2022-11-28 16:38:09 +01:00
driver.mli Tweak error message location printing 2022-11-28 16:38:09 +01:00
dune Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
index.mld Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
plugin.ml Rename utils to catala_utils 2022-11-28 16:38:09 +01:00
plugin.mli Rename utils to catala_utils 2022-11-28 16:38:09 +01:00