Revert "Merge branch 'typechecking' into codegen-martin-3"

This reverts commit e000e5159f, reversing
changes made to 3ac8377fa0.
This commit is contained in:
sebastianselander 2023-02-10 10:41:16 +01:00
parent 771c73c0db
commit f4f1786be3
10 changed files with 9 additions and 285 deletions

View file

@ -1,7 +1,7 @@
.PHONY : sdist clean
language : src/Grammar/Test
cabal install --installdir=. --overwrite-policy=always
cabal install --installdir=.
src/Grammar/Test.hs src/Grammar/Lex.x src/Grammar/Par.y : Grammar.cf
bnfc -o src -d $<