| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add test for span positions after quote token | Tolmachev Igor | 2026-05-09 | 1 | -0/+14 |
| | | |||||
| * | Split Spanned<T> from Span and expose fields | Tolmachev Igor | 2026-05-08 | 3 | -45/+34 |
| | | | | | | 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 | 3 | -62/+36 |
| | | | | | | UnclosedString was the only error variant, making lexer::Error redundant. Also removes Result from the Iterator impl. | ||||
| * | Add lexer | Tolmachev Igor | 2026-05-07 | 5 | -0/+617 |
| | | |||||
| * | Initial commitHEADmain | Tolmachev Igor | 2026-05-06 | 1 | -0/+3 |
