Token.fromStreamChar constructor
Token.fromStreamChar(
- TokenType type,
- StreamChar char
Implementation
Token.fromStreamChar(this.type, StreamChar char)
: lexeme = char.lexeme,
pos = char.pos;