Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lex/src/fp_lex.lgt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:- info([
version is 1:0:0,
author is 'Lindsey Spratt',
date is 2022-02-22,
date is 2022-09-12,
comment is 'lexical analysis for the format-prolog source system.'
]).

Expand Down Expand Up @@ -66,7 +66,7 @@
open(File, read, S),
listify(Source, S),
close(S),
lex(Token_list, Source, []).
phrase(lex(Token_list), Source).

listify(L, S) :-
get_code(S, H),
Expand Down