aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace generic list AST with typed expression treeTolmachev Igor2026-05-111-1/+1
| | | | | Each form (fn, let, for, set, do, call) now has its own variant with named fields instead of being a plain list.
* Make project structure more consistentdevTolmachev Igor2026-05-091-32/+2
|
* Add parser testsTolmachev Igor2026-05-091-4/+17
|
* Add AST parser skeletonTolmachev Igor2026-05-091-0/+27