From 50f83a91220940042962fdb55d07bb03991f52be Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 30 Jun 2021 17:03:25 +0000 Subject: Add support for builtins, and implement true/0, fail/0, call/1, and !/0 builtins --- mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 5191d06..a546509 100644 --- a/mkfile +++ b/mkfile @@ -2,7 +2,7 @@ TARG=pprolog -OFILES=main.$O parser.$O eval.$O prettyprint.$O misc.$O repl.$O +OFILES=main.$O parser.$O eval.$O builtins.$O prettyprint.$O misc.$O repl.$O HFILES=dat.h fns.h -- cgit v1.2.3