aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement fmt::Display for ErrorTolmachev Igor2026-05-091-16/+17
* Add parser testsTolmachev Igor2026-05-091-1/+1
* Add RecursionLimit parser errorTolmachev Igor2026-05-091-0/+2
* Replace todo!() in parser with errorsTolmachev Igor2026-05-091-2/+32
* Add AST parser skeletonTolmachev Igor2026-05-091-0/+12