Move parser to own file.

This commit is contained in:
Simon Forman
2019-08-10 20:57:11 -07:00
parent 3af9e7e174
commit 32e77f6d73
3 changed files with 74 additions and 49 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
GPLC_OPTIONS="--min-size"
thun: thun.pl
gplc $(GPLC_OPTIONS) -o thun thun.pl
thun: thun.pl parser.pl
gplc $(GPLC_OPTIONS) -o thun thun.pl parser.pl
defs.pl: meta-defs.pl defs.txt
gprolog --consult-file meta-defs.pl defs.txt