use next-token rather than #:skip

pull/2/head
Matthew Butterick 8 years ago
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…
Cancel
Save