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