| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split Spanned<T> from Span and expose fields | Tolmachev Igor | 2026-05-08 | 1 | -2/+4 |
| | | | | | | Spanned<T> wraps a value with a Span. Public fields enable destructuring in pattern matches. | ||||
| * | Fold unclosed string error into Token variant | Tolmachev Igor | 2026-05-08 | 1 | -31/+18 |
| | | | | | | UnclosedString was the only error variant, making lexer::Error redundant. Also removes Result from the Iterator impl. | ||||
| * | Add lexer | Tolmachev Igor | 2026-05-07 | 1 | -0/+372 |
