aboutsummaryrefslogtreecommitdiff
path: root/decl.go
Commit message (Expand)AuthorAgeFilesLines
* Add basic type system with only integersHimbeer2024-09-061-3/+20
* Add support for assignments to mutablesHimbeer2024-08-301-7/+7
* Add redeclaration checks for functions and localsHimbeer2024-08-301-0/+28
* Drop the incrementing name concept for variablesHimbeer2024-08-301-25/+0
* Add support for local constant and variable declarationsHimbeer2024-08-301-0/+25