Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic type system with only integers | Himbeer | 2024-09-06 | 1 | -3/+20 |
* | Add support for assignments to mutables | Himbeer | 2024-08-30 | 1 | -7/+7 |
* | Add redeclaration checks for functions and locals | Himbeer | 2024-08-30 | 1 | -0/+28 |
* | Drop the incrementing name concept for variables | Himbeer | 2024-08-30 | 1 | -25/+0 |
* | Add support for local constant and variable declarations | Himbeer | 2024-08-30 | 1 | -0/+25 |