Rex Lexer (rexlang-lexer)
This crate tokenizes Rex source into a stream of Tokens with precise Span information.
Entry point
use Token;
Spans
rex_lexer::span provides Position and Span types used throughout the workspace for diagnostics
and editor tooling.