Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic type system with only integers | Himbeer | 2024-09-06 | 1 | -14/+42 |
* | Switch to signature-based extern function declarations | Himbeer | 2024-09-05 | 1 | -1/+21 |
* | Require extern functions to be declared | Himbeer | 2024-09-04 | 1 | -0/+1 |
* | Implement remainder operator and assignment statement | Himbeer | 2024-09-01 | 1 | -0/+14 |
* | Add support for arithmetic assignment statements | Himbeer | 2024-09-01 | 1 | -1/+62 |
* | Allow the use of local variables in expressions | Himbeer | 2024-08-30 | 1 | -0/+13 |
* | Add support for assignments to mutables | Himbeer | 2024-08-30 | 1 | -0/+14 |
* | Add support for local constant and variable declarations | Himbeer | 2024-08-30 | 1 | -0/+33 |
* | Implement function calls | Himbeer | 2024-08-30 | 1 | -0/+19 |
* | Add REUSE compliant licensing information | Himbeer | 2024-08-30 | 1 | -0/+4 |
* | Implement IL generation for expression evaluation | Himbeer | 2024-08-30 | 1 | -1/+5 |
* | Initial commit | Himbeer | 2024-08-30 | 1 | -0/+251 |