separate into files, parser error messages

This commit is contained in:
hi 2025-08-07 09:23:50 +00:00
parent 68bc86c496
commit 0fa510e31a
5 changed files with 353 additions and 310 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
main: dirty clean
dirty:
ghc Main.hs -o logic
clean:
find | grep -E '\.(hi|o)' | xargs rm --