CharRange

constructor(start: Char, endInclusive: Char)

Creates a CharRange Lexeme from explicit start and end characters.

Parameters

start

The first character in the range (inclusive)

endInclusive

The last character in the range (inclusive)


constructor(range: CharRange, name: String? = null)