Better inference & stuff on pattern matches, added more tests for regression

This commit is contained in:
sebastian 2023-03-25 20:43:19 +01:00
parent 88eaa466e4
commit 975dd34063
3 changed files with 94 additions and 64 deletions

View file

@ -5,6 +5,7 @@ build:
clean:
rm -r src/Grammar
rm language
rm -r dist-newstyle/
# run all tests
test: