| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-05-14 | bootstrap: tokenizer: more changes | Baitinq | 1 | -1/+46 | |
| 2025-05-12 | Feature: Add support for break statement | Baitinq | 4 | -5/+31 | |
| 2025-05-12 | boostrap: tokenizer: clean | Baitinq | 1 | -10/+25 | |
| 2025-05-12 | std: Add strcmp | Baitinq | 1 | -0/+24 | |
| 2025-05-11 | Feature: Add support for GE and LE comparisons | Baitinq | 3 | -2/+26 | |
| 2025-05-11 | Bootstrap: cleanup | Baitinq | 2 | -46/+50 | |
| 2025-05-10 | Codegen: Fix: Don't change underlying type if dereference | Baitinq | 1 | -2/+4 | |
| 2025-05-10 | Codegen: Support declaring functions multiple times | Baitinq | 2 | -21/+20 | |
| 2025-05-10 | Feature: Add initial stdlib | Baitinq | 3 | -14/+29 | |
| 2025-05-10 | Codegen: Add varags hack for use in params | Baitinq | 1 | -0/+1 | |
| 2025-05-10 | Feature: Support returning void f | ||||