| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 from functions | Baitinq | 4 | -12/+17 | |
| 2025-05-10 | Examples: Add example sorting array | Baitinq | 2 | -1/+77 | |
| 2025-05-10 | Feature: Add support for imports | Baitinq | 7 | -16 | |