Lexer Matcher
data class LexerMatcher<T>(trie: Map<Char, LexerImpl.LexerMatcher<T>>, predicates: List<Pair<CharPredicate, LexerImpl.LexerMatcher<T>>>, onMatch: ClosureFunction<LexerContext<T>, Char, Unit>?)
Content copied to clipboard
Constructors
LexerMatcher
Link copied to clipboard
Functions
tryMatchChild
Link copied to clipboard