catala/runtimes
Louis Gesbert fea01cfe4c Add overloaded operators for the common operations
This uses the same disambiguation mechanism put in place for
structures, calling the typer on individual rules on the desugared AST
to propagate types, in order to resolve ambiguous operators like `+`
to their strongly typed counterparts (`+!`, `+.`, `+$`, `+@`, `+$`) in
the translation to scopelang.

The patch includes some normalisation of the definition of all the
operators, and classifies them based on their typing policy instead of
their arity. It also adds a little more flexibility:
- a couple new operators, like `-` on date and duration
- optional type annotation on some aggregation constructions

The `Shared_ast` lib is also lightly restructured, with the `Expr`
module split into `Type`, `Operator` and `Expr`.
2022-12-13 11:55:24 +01:00
..
jsoo Fix bug and typos 2022-09-05 14:50:37 +02:00
ocaml Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
python/catala Add overloaded operators for the common operations 2022-12-13 11:55:24 +01:00
dune Generate website assets through dune 2022-08-03 19:04:13 +02:00