I’d try to add an explicit return type to `fun lex...
# getting-started
b
I’d try to add an explicit return type to
fun lex(matcher: Matcher, stack: Deque<String>, group: LexerGroup<T>): Sequence<Token>