aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast
Commit message (Collapse)AuthorAgeFilesLines
* 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-093-0/+221