smal fix
This commit is contained in:
parent
cacdd173b5
commit
436a4b4235
@ -26,13 +26,13 @@
|
||||
put_module_atts/2]).
|
||||
|
||||
load_mega_clause( Stream ) :-
|
||||
line_spec( Stream, Line),
|
||||
% line_spec( Stream, Line),
|
||||
repeat,
|
||||
( fact( Stream ), fail ;
|
||||
stream_property(Stream, at_end_of_file( on )).
|
||||
stream_property(Stream, at_end_of_file( on )) ).
|
||||
|
||||
'$input_lines'(R, csv, yeLines ) :-
|
||||
'$process_lines'(R, Lines, Type ),
|
||||
'$input_lines'(R, csv, Lines ) :-
|
||||
'$process_lines'(R, Lines, _Type ),
|
||||
close(R).
|
||||
|
||||
prolog:load_db(Fs) :-
|
||||
|
@ -675,6 +675,8 @@ syntax_error_token(':', _LC) --> !,
|
||||
[ ':' - [] ].
|
||||
syntax_error_token('|', _LC) --> !,
|
||||
[ '|' - [] ].
|
||||
syntax_error_token('l', _LC) --> !,
|
||||
[ '|' - [] ].
|
||||
syntax_error_token(nl, LC) --> !,
|
||||
[ '~*| ' -[LC], nl ].
|
||||
syntax_error_token(B, _LC) --> !,
|
||||
|
Reference in New Issue
Block a user