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