Lexer D S L
Parameters
T
The type of tokens the lexer generates.
Functions
configure
Link copied to clipboard
abstract fun configure(block: ClosureFunction<LexerContext<T>, Char, Unit>)
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun Char.invoke(block: ClosureFunction<LexerContext<T>, Char, Unit> = {})
Content copied to clipboard
open operator fun String.invoke(block: ClosureFunction<LexerContext<T>, Char, Unit> = {})
Content copied to clipboard
matching
Link copied to clipboard
Inheritors
MatcherImpl
Link copied to clipboard