aboutsummaryrefslogtreecommitdiff
path: root/generate_error.go
Commit message (Collapse)AuthorAgeFilesLines
* Add basic type system with only integersHimbeer2024-09-061-9/+43
| | | | | This commit adds static typing with signed and unsigned integers of 8, 16, 32 and 64 bits.
* Require extern functions to be declaredHimbeer2024-09-041-3/+9
|
* Add support for assignments to mutablesHimbeer2024-08-301-0/+18
|
* Add support for local constant and variable declarationsHimbeer2024-08-301-0/+16