aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/models.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement If expression supportdev-easyTolmachev Igor2026-05-221-0/+5
| | | | I forgor
* Replace generic list AST with typed expression treeTolmachev Igor2026-05-111-7/+41
| | | | | Each form (fn, let, for, set, do, call) now has its own variant with named fields instead of being a plain list.
* Remove Float from parserTolmachev Igor2026-05-101-1/+0
| | | | Dropped to make the language simpler.
* Make project structure more consistentdevTolmachev Igor2026-05-091-0/+36