prolog_parser version bump

This commit is contained in:
Mark Thom
2020-02-04 23:35:03 -07:00
parent 034af296ff
commit b71e8082d2
4 changed files with 52 additions and 43 deletions

View File

@@ -14,7 +14,8 @@
'$repl' :-
catch('$read_and_match', E, '$print_exception'(E)),
false. %% this is for GC, until we get actual GC.
'$repl' :- '$repl'.
'$repl' :-
'$repl'.
'$read_and_match' :-
'$read_query_term'(Term, VarList),