catala/examples/NSW_community_gaming
Louis Gesbert 5efa61a0ce Clerk: rewrite 'clerk runtest' to use the new lightweight lexer
* Obsolete code for included tests has been removed

* The engine uses a proper lexer and is much simplified

* An inline test in the middle of the file now only "sees" the file up to that
  point. This fixes an issue where we had spurious errors when a type error was
  added at the end of a file, and it would pop up in tests before it. This makes
  files including many tests much more practical.

* diffing and resetting the tests has been reintroduced (done at the moment in
  Ninja, but for more control (count number of failed tests, etc.) we could put it
  back into Clerk at some point

* The Catala CLI can now take an input from stdin (with the possibility to link
  a (possibly fake) on-disk file for error reporting and file locations ; this
  is useful for running tests)
2023-09-27 13:18:18 +02:00
..
tests Clerk: rewrite 'clerk runtest' to use the new lightweight lexer 2023-09-27 13:18:18 +02:00
.gitignore Some modifcations 2021-11-06 21:58:01 +01:00
Makefile Checking in files from Aida 2021-11-06 21:43:30 +01:00
nsw_art_union.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00
nsw_charity_housie.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00
nsw_club_bingo.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00
nsw_draw_lottery.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00
nsw_no_draw_lottery.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00
nsw_progressive_lottery.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00
nsw_social_housie.catala_en Remove explicitely typed operators in tests and examples 2022-12-13 12:00:04 +01:00