catala/compiler
Louis Gesbert deb12d2c4a Bump version to 0.8.0
Changelog:
---

A lot has been going on, with more than 530 patches and 70 PRs merged since
0.7.0 last summer. In summary:

- Quite a lot of syntax improvements and changes. Checkout the latest
  [cheat-sheet](https://catalalang.github.io/catala/syntax.pdf) for an overview

- Allow local `let ... equals ... in ...` definitions

- Better error messages and positions throughout

- Added the ability to directly call a scope and retrieve its outputs, like a
  function

- Added disambiguation, allowing to access structure fields without specifying
  the structure type each time

- Added automated resolution of operators, allowing e.g. to write just `+` in
  place of all the type-specific operators `+.`, `+$`, `+@`, `+^`, etc.

- More consistent priority for operators. It is no longer allowed to write `a
  and b or c` without parenthesis.

- Added and changed some operators (`date + duration` now allowed either way,
  `int / int` now returns a decimal, added `duration / duration`)

- Added the ability to have variables and functions defined at
  top-level (outside of any scope). See annex A of the tutorial for details.

- Added support for functions with multiple arguments

- Some big refactors in the compiler, allowing much better code sharing between
  the different passes, and making it much easier to extend. Also added the
  possibility to run the type-checker earlier, etc.

- Countless bug-fixes

- Improvements to our proof backend with Z3

- A tool to automatically synchronise with the upstream French law from
  Legifrance
2023-03-08 18:07:53 +01:00
..
catala_utils Bump version to 0.8.0 2023-03-08 18:07:53 +01:00
dcalc Add a duration / duration overload 2023-03-08 15:17:58 +01:00
desugared Improved some error messages (cyclic defs, def positions) 2023-03-08 15:27:48 +01:00
lcalc finished refactoring 2023-02-20 17:58:29 +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 fixed some mixup in Format.fprintf arguments 2023-02-21 16:19:17 +01:00
scalc Improved some error messages (cyclic defs, def positions) 2023-03-08 15:27:48 +01:00
scopelang Improved some error messages (cyclic defs, def positions) 2023-03-08 15:27:48 +01:00
shared_ast Add a duration / duration overload 2023-03-08 15:17:58 +01:00
surface Improved some error messages (cyclic defs, def positions) 2023-03-08 15:27:48 +01:00
verification finished refactoring 2023-02-20 17:58:29 +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 Rename Scalc from_lambda to from_lcalc for consistency 2023-02-17 19:49:56 +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 Install Catala plugins 2023-01-17 14:38:09 +01:00
plugin.mli Rename utils to catala_utils 2022-11-28 16:38:09 +01:00