Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic type system with only integers | Himbeer | 2024-09-06 | 1 | -9/+43 |
| | | | | | This commit adds static typing with signed and unsigned integers of 8, 16, 32 and 64 bits. | ||||
* | Require extern functions to be declared | Himbeer | 2024-09-04 | 1 | -3/+9 |
| | |||||
* | Add support for assignments to mutables | Himbeer | 2024-08-30 | 1 | -0/+18 |
| | |||||
* | Add support for local constant and variable declarations | Himbeer | 2024-08-30 | 1 | -0/+16 |