aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add parser testsTolmachev Igor2026-05-091-1/+1
|
* Add RecursionLimit parser errorTolmachev Igor2026-05-091-0/+2
| | | | | Returns error after 256 levels of nesting to avoid stack overflow. The limit is hardcoded now, but will become a compiler flag later.
* Replace todo!() in parser with errorsTolmachev Igor2026-05-091-2/+32
|
* Add AST parser skeletonTolmachev Igor2026-05-091-0/+12