Whitespace
A Lexeme that matches a single kotlin.Char.isWhitespace character.
This lexeme produces generic discardable tokens. When the Lexer's discard mode is enabled, these tokens are automatically excluded from the Lexer's output Token stream.
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).