aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement fmt::Display for ErrorTolmachev Igor2026-05-091-4/+4
| | | | | Replaces the todo!() stub. InvalidFloatLiteral and InvalidIntegerLiteral now also take the original string.
* Add parser testsTolmachev Igor2026-05-091-0/+747