mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
19033669f5
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. |
||
---|---|---|
.. | ||
.ocamlformat-ignore | ||
ast.ml | ||
dune | ||
fill_error_tokens.py | ||
fill_positions.ml | ||
fill_positions.mli | ||
lexer_common.ml | ||
lexer_common.mli | ||
lexer_en.cppo.ml | ||
lexer_en.mli | ||
lexer_fr.cppo.ml | ||
lexer_fr.mli | ||
lexer_pl.cppo.ml | ||
lexer_pl.mli | ||
lexer.cppo.ml | ||
parse_utils.ml | ||
parse_utils.mli | ||
parser_driver.ml | ||
parser_driver.mli | ||
parser_errors.mli | ||
parser.messages | ||
parser.mly | ||
print.ml | ||
print.mli | ||
surface.mld | ||
tokens.mly |