catala/compiler
Louis Gesbert 19033669f5 Add support for paths in the parser
Using them will lead to "not supported yet" errors soon after, but it's a start
to get to handling separate modules.

The idea is that `foo` can now also be `Bar.foo`, `Bar.Baz.foo`, `foo.Struc.fld`
can be `foo.Bar.Baz.Struc.fld`, etc.
The next steps are to enable the lookups to handle this paths, and to provide
ways to load the external modules to feed these lookups.
2023-01-16 12:09:23 +01:00
..
catala_utils Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
dcalc Fixing review comments 2023-01-11 10:42:21 +01:00
desugared Add support for paths in the parser 2023-01-16 12:09:23 +01:00
lcalc Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
literate Update aides_logement and fix bugs to produce an updated working simulator (#377) 2023-01-13 12:05:32 +01:00
plugins Define Catala_utils.String as an overlay to stdlib string 2022-11-28 16:38:09 +01:00
scalc Replace the type conversion and rounding operators with overloads 2022-12-13 15:32:49 +01:00
scopelang Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
shared_ast Add a notice on overload rules 2022-12-19 13:03:16 +01:00
surface Add support for paths in the parser 2023-01-16 12:09:23 +01:00
verification Replace the type conversion and rounding operators with overloads 2022-12-13 15:32:49 +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 Bug fixed! It was tricky 2023-01-07 20:22:36 +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