all: bnfc parser interpreter # ghc -dynamic --make Parser/TestSchmim.hs -o Parser/TestSchmim bnfc: bnfc -haskell -p Parser schmim.bnfc parser: bnfc happy -gca Parser/ParSchmim.y alex -g Parser/LexSchmim.x interpreter: parser bnfc ghc -dynamic Schmim.hs -o interpreter clean: -rm -f Parser/*.log Parser/*.aux Parser/*.hi Parser/*.o Parser/*.dvi *.o *.hi interpreter