summaryrefslogtreecommitdiff
path: root/oryxc/src/lexer.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the divrem (/%) operatorThomas Voss 10 days1-0/+8
* Remove the module declarationThomas Voss 10 days1-1/+0
* Parse module declarationsThomas Voss 11 days1-0/+2
* Minor style changesThomas Voss 2026-03-041-9/+8
* Big parser work + error recoveryThomas Voss 2026-03-041-43/+100
* Change the OryxError::new() signatureThomas Voss 2026-03-021-42/+25
* Significantly improve lexer error reportingThomas Voss 2026-03-021-154/+155
* Do unqualified importsThomas Voss 2026-02-271-6/+7
* Bad the input buffer with nul bytesThomas Voss 2026-02-271-1/+1
* Big work to the compiler job systemThomas Voss 2026-02-271-35/+44
* Genesis commitThomas Voss 2026-02-241-0/+427