Closed oberblastmeister closed 2 years ago
Fixes error introduced in #102 because we weren't checking for None. Refactors the lexer to use the context only instead of duplicating it in struct fields. Make tests cleaner and shorter by removing tokens macro.
None
tokens
Summary & Motivation
Fixes error introduced in #102 because we weren't checking for
None
. Refactors the lexer to use the context only instead of duplicating it in struct fields. Make tests cleaner and shorter by removingtokens
macro.