Context Impl
inner class ContextImpl(source: Source, output: (T) -> Unit) : LexerContext<T>
Content copied to clipboard
Functions
nextString
Link copied to clipboard
peekString
Link copied to clipboard
process
Link copied to clipboard
Calls the Lexer.parse's token consumer.