aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast
Commit message (Expand)AuthorAgeFilesLines
* Make project structure more consistentdevTolmachev Igor2026-05-094-48/+50
* Implement fmt::Display for ErrorTolmachev Igor2026-05-093-26/+31
* Add parser testsTolmachev Igor2026-05-094-6/+766
* Add RecursionLimit parser errorTolmachev Igor2026-05-092-0/+12
* 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