aboutsummaryrefslogtreecommitdiff
path: root/lex.go
Commit message (Expand)AuthorAgeFilesLines
* Fix comments preventing lines from being countedHimbeer2024-09-061-0/+1
* Fix IL generation error handling being unreliableHimbeer2024-09-051-1/+0
* Require extern functions to be declaredHimbeer2024-09-041-0/+2
* Implement remainder operator and assignment statementHimbeer2024-09-011-0/+12
* Remove the "assign" keyword from assignment syntaxHimbeer2024-08-301-2/+0
* Add support for assignments to mutablesHimbeer2024-08-301-0/+2
* Add support for local constant and variable declarationsHimbeer2024-08-301-0/+4
* Add REUSE compliant licensing informationHimbeer2024-08-301-0/+4
* Initial commitHimbeer2024-08-301-0/+390