Lexer Context
A lexing context, created by a Lexer.parse call, which exposes an interface for advanced lexing.
Author
AdrianTodt
Parameters
T
The type of tokens the lexer generates.
Functions
nextString
Link copied to clipboard
peekString
Link copied to clipboard
process
Link copied to clipboard
Properties
Inheritors
Extensions
makeToken
Link copied to clipboard
readIdentifier
Link copied to clipboard
readNumber
Link copied to clipboard
readString
Link copied to clipboard