| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Feature: Add basic support for varargs | Baitinq | 2025-03-25 | 1 | -1/+1 |
| * | Feature: Add "proper" pointer types | Baitinq | 2025-03-24 | 1 | -1/+1 |
| * | Feature: Add initial support for pointers | Baitinq | 2025-03-24 | 1 | -0/+2 |
| * | Feature: Add support for strings | Baitinq | 2025-03-24 | 1 | -1/+1 |
| * | Codegen: Fix bug with recursive functions as variables | Baitinq | 2025-03-08 | 1 | -9/+9 |
| * | Codegen: start supporting types for function params | Baitinq | 2025-02-15 | 1 | -2/+2 |
| * | Feature: Introduce initial support for function return types | Baitinq | 2025-02-15 | 1 | -2/+2 |
| * | Codegen: Fix generating function params | Baitinq | 2025-02-12 | 1 | -2/+0 |
| * | Misc: Add TODOs | Baitinq | 2025-02-11 | 1 | -0/+2 |
| * | Feature: Add basic support for equality expression | Baitinq | 2025-01-19 | 1 | -2/+2 |
| * | Example: Get fibonacci example working | Baitinq | 2025-01-18 | 1 | -4/+4 |
| * | Examples: add future examples :^) | Baitinq | 2025-01-18 | 1 | -0/+15 |