prolog_parser version bump
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user