catala/compiler
Louis Gesbert b4a68fa392 Add experimental lazy interpreter as a plugin
To try it (without installing Catala):
```shell-session
$ make plugins
$ export CATALA_PLUGINS=_build/default/compiler/plugins
$ dune exec -- catala lazy examples/aides_logement/tests/tests_calcul_apl_locatif.catala_fr -s Exemple2
```

Keep in mind that this is a work-in-progress prototype :)
2023-04-14 16:56:57 +02:00
..
catala_utils Vastly improve the printer 2023-04-13 18:15:22 +02:00
dcalc changing position of the interpreter 2023-04-05 10:32:52 +02:00
desugared Add common linting passes to Catala (#438) 2023-04-03 14:01:02 +02:00
lcalc Yet some more small improvements to the AST encoding 2023-04-05 10:32:58 +02:00
literate Update assets 2023-03-21 16:10:00 +01:00
plugins Add experimental lazy interpreter as a plugin 2023-04-14 16:56:57 +02:00
scalc EmptyError is no longer a literal 2023-03-30 18:54:50 +02:00
scopelang Add common linting passes to Catala (#438) 2023-04-03 14:01:02 +02:00
shared_ast Add experimental lazy interpreter as a plugin 2023-04-14 16:56:57 +02:00
surface Rework the AST Gadt to allow merging of different ASTs 2023-03-30 15:30:08 +02:00
verification Yet some more small improvements to the AST encoding 2023-04-05 10:32:58 +02:00
catala_web_interpreter.ml Update assets 2023-03-31 16:55:51 +02:00
catala.ml reformat (sync with master) 2022-03-09 10:43:17 +01:00
driver.ml Add experimental lazy interpreter as a plugin 2023-04-14 16:56:57 +02: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 Add experimental lazy interpreter as a plugin 2023-04-14 16:56:57 +02:00
plugin.mli Add experimental lazy interpreter as a plugin 2023-04-14 16:56:57 +02:00