class Lexer(*T)
- Lexer(*T)
- Reference
- Object
Defined in:
lexer.crConstructors
Instance Method Summary
- #lex(input : String, at)
- #match(regex : Regex, result : Symbol)
- #match(*symbols : Symbol)
- #match(regex : Regex, symbol : Symbol, &result : Regex::MatchData -> Union(*T))
- #skip(regex : Regex)