Allow giving StringScanner as input to Lexer.
The scanpointer of StringScanner is only advanced when Lexer#next called. This allows us to do partial lexing on a string.
Loading
Please sign in to comment
The scanpointer of StringScanner is only advanced when Lexer#next called. This allows us to do partial lexing on a string.