aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove Float from parserTolmachev Igor2026-05-101-94/+2
| | | | Dropped to make the language simpler.
* Remove Quote from parserTolmachev Igor2026-05-101-135/+1
| | | | Dropped to make the language simpler.
* Make project structure more consistentdevTolmachev Igor2026-05-091-10/+6
|
* 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