aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast
Commit message (Expand)AuthorAgeFilesLines
* Reserve inf, +inf, -inf, nan as keywordsTolmachev Igor2026-05-091-1/+5
* 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