use next-token rather than #:skip
This commit is contained in:
parent
474dddf9b3
commit
53668f770e
|
@ -15,6 +15,6 @@
|
|||
(lexer
|
||||
[(eof) eof]
|
||||
[(char-set "><-.,+[]") lexeme]
|
||||
[any-char (token 'COMMENT #:skip? #t)]))
|
||||
[any-char (next-token)]))
|
||||
(our-lexer port))
|
||||
next-token)
|
||||
|
|
Loading…
Reference in New Issue
Block a user