catala/tests/test_enum
Louis Gesbert 47502335aa Refactor the parser to use priorities
Define a single expression rule with disambiguation using token priorities
instead of the many layers of intermediate rules with explicit sub-terms.

Also replaces `in` for collection operations (`x+1 for foo in [1;2]`) with
`among` which helps a lot.
2022-12-19 15:12:53 +01:00
..
bad Refactor the parser to use priorities 2022-12-19 15:12:53 +01:00
good Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00