aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/lexer/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Make project structure more consistentdevTolmachev Igor2026-05-091-172/+0
* Fix lexer processing [+-].\d as symbol instead of numberTolmachev Igor2026-05-091-2/+6
* Split Spanned<T> from Span and expose fieldsTolmachev Igor2026-05-081-3/+3
* Fold unclosed string error into Token variantTolmachev Igor2026-05-081-13/+18
* Add lexerTolmachev Igor2026-05-071-0/+163