aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast
Commit message (Expand)AuthorAgeFilesLines
* Implement If expression supportdev-easyTolmachev Igor2026-05-223-3/+346
* Replace generic list AST with typed expression treeTolmachev Igor2026-05-115-156/+1506
* Rename variableTolmachev Igor2026-05-101-1/+1
* Remove Float from parserTolmachev Igor2026-05-104-120/+6
* Remove Quote from parserTolmachev Igor2026-05-102-144/+1
* 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