Don't shadow funcs & combos.

This commit is contained in:
Simon Forman
2019-08-11 14:56:20 -07:00
parent 9e180e8173
commit adf0e96f84
2 changed files with 9 additions and 3 deletions
+6 -2
View File
@@ -3,6 +3,10 @@ GPLC_OPTIONS="--min-size"
thun: thun.pl parser.pl defs.pl main.pl
gplc $(GPLC_OPTIONS) -o thun thun.pl parser.pl defs.pl main.pl
defs.pl: meta-defs.pl parser.pl defs.txt
gprolog --consult-file meta-defs.pl --consult-file parser.pl --query-goal do
defs.pl: meta-defs.pl parser.pl defs.txt thun.pl
gprolog \
--consult-file meta-defs.pl \
--consult-file parser.pl \
--consult-file thun.pl \
--query-goal do