aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Rename variableTolmachev Igor2026-05-101-1/+1
* Remove Float from parserTolmachev Igor2026-05-106-133/+7
* Remove Quote from parserTolmachev Igor2026-05-105-213/+2
* Make project structure more consistentdevTolmachev Igor2026-05-099-68/+77
* Implement fmt::Display for ErrorTolmachev Igor2026-05-093-26/+31
* Add parser testsTolmachev Igor2026-05-095-7/+767
* Add RecursionLimit parser errorTolmachev Igor2026-05-092-0/+12
* Reserve inf, +inf, -inf, nan as keywordsTolmachev Igor2026-05-091-1/+5
* Fix lexer processing [+-].\d as symbol instead of numberTolmachev Igor2026-05-092-3/+15
* Replace todo!() in parser with errorsTolmachev Igor2026-05-092-53/+67
* Rename Parser.cursor to Parser.last_token_endTolmachev Igor2026-05-091-9/+11
* Add AST parser skeletonTolmachev Igor2026-05-093-0/+221
* Add test for span positions after quote tokenTolmachev Igor2026-05-091-0/+14
* Split Spanned<T> from Span and expose fieldsTolmachev Igor2026-05-083-45/+34
* Fold unclosed string error into Token variantTolmachev Igor2026-05-083-62/+36
* Add lexerTolmachev Igor2026-05-075-0/+617
* Initial commitHEADmainTolmachev Igor2026-05-062-0/+9