aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/lexer/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fold unclosed string error into Token variantTolmachev Igor2026-05-081-18/+0
| | | | | UnclosedString was the only error variant, making lexer::Error redundant. Also removes Result from the Iterator impl.
* Add lexerTolmachev Igor2026-05-071-0/+18