aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/ast/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Make project structure more consistentdevTolmachev Igor2026-05-091-6/+6
* Implement fmt::Display for ErrorTolmachev Igor2026-05-091-6/+10
* Add parser testsTolmachev Igor2026-05-091-1/+1
* Add RecursionLimit parser errorTolmachev Igor2026-05-091-0/+10
* Reserve inf, +inf, -inf, nan as keywordsTolmachev Igor2026-05-091-1/+5
* Replace todo!() in parser with errorsTolmachev Igor2026-05-091-51/+35
* Rename Parser.cursor to Parser.last_token_endTolmachev Igor2026-05-091-9/+11
* Add AST parser skeletonTolmachev Igor2026-05-091-0/+182