Merge branch 'typechecking' into codegen-martin-3
This commit is contained in:
commit
e000e5159f
10 changed files with 285 additions and 9 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
.PHONY : sdist clean
|
||||
|
||||
language : src/Grammar/Test
|
||||
cabal install --installdir=.
|
||||
cabal install --installdir=. --overwrite-policy=always
|
||||
|
||||
src/Grammar/Test.hs src/Grammar/Lex.x src/Grammar/Par.y : Grammar.cf
|
||||
bnfc -o src -d $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue