tartar
/
com.github.adriantodt.tartar.impl
/
LexerImpl
/
LexerMatcher
/
LexerMatcher
common
Lexer
Matcher
fun <
T
>
LexerMatcher
(m:
MatcherImpl
<
T
>)
Content copied to clipboard
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