separate into files, parser error messages
This commit is contained in:
parent
68bc86c496
commit
0fa510e31a
5 changed files with 353 additions and 310 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
main: dirty clean
|
||||
|
||||
dirty:
|
||||
ghc Main.hs -o logic
|
||||
|
||||
clean:
|
||||
find | grep -E '\.(hi|o)' | xargs rm --
|
Loading…
Add table
Add a link
Reference in a new issue