pub type LexResult = Result<(Tok, TextRange), LexicalError>;
Expand description

The result of lexing a token.