aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/lexer
Commit message (Expand)AuthorAgeFilesLines
* Fix lexer processing [+-].\d as symbol instead of numberTolmachev Igor2026-05-092-3/+15
* Add test for span positions after quote tokenTolmachev Igor2026-05-091-0/+14
* Split Spanned<T> from Span and expose fieldsTolmachev Igor2026-05-082-5/+7
* Fold unclosed string error into Token variantTolmachev Igor2026-05-083-62/+36
* Add lexerTolmachev Igor2026-05-073-0/+553