aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace todo!() in parser with errorsTolmachev Igor2026-05-091-51/+35
|
* Rename Parser.cursor to Parser.last_token_endTolmachev Igor2026-05-091-9/+11
| | | | `cursor` sounds like the current position, but the field stores the end of the last consumed token.
* Add AST parser skeletonTolmachev Igor2026-05-091-0/+182