Char Sequence
open class CharSequence(val str: CharSequence, name: String? = null) : AbstractLexeme<Token.Generic>
A Lexeme that matches a specific character sequence or String literal str.
Properties
Link copied to clipboard
A default Token factory that creates new instances of T for matches of this Lexeme, given the CharSequence which captures the Token (equal to Token.value).
Link copied to clipboard
The character sequence to match