aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace todo!() in parser with errorsTolmachev Igor2026-05-092-53/+67
* Rename Parser.cursor to Parser.last_token_endTolmachev Igor2026-05-091-9/+11
* Add AST parser skeletonTolmachev Igor2026-05-093-0/+221
* Add test for span positions after quote tokenTolmachev Igor2026-05-091-0/+14
* Split Spanned<T> from Span and expose fieldsTolmachev Igor2026-05-083-45/+34
* Fold unclosed string error into Token variantTolmachev Igor2026-05-083-62/+36
* Add lexerTolmachev Igor2026-05-075-0/+617
* Initial commitHEADmainTolmachev Igor2026-05-0610-0/+714