aboutsummaryrefslogtreecommitdiff
path: root/expression.go
Commit message (Expand)AuthorAgeFilesLines
* Add basic type system with only integersHimbeer2024-09-061-14/+42
* Switch to signature-based extern function declarationsHimbeer2024-09-051-1/+21
* Require extern functions to be declaredHimbeer2024-09-041-0/+1
* Implement remainder operator and assignment statementHimbeer2024-09-011-0/+14
* Add support for arithmetic assignment statementsHimbeer2024-09-011-1/+62
* Allow the use of local variables in expressionsHimbeer2024-08-301-0/+13
* Add support for assignments to mutablesHimbeer2024-08-301-0/+14
* Add support for local constant and variable declarationsHimbeer2024-08-301-0/+33
* Implement function callsHimbeer2024-08-301-0/+19
* Add REUSE compliant licensing informationHimbeer2024-08-301-0/+4
* Implement IL generation for expression evaluationHimbeer2024-08-301-1/+5
* Initial commitHimbeer2024-08-301-0/+251