| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-05-15 | Codegen: Fix bug with nested ifs | Baitinq | 1 | -2/+2 |
| 2025-05-14 | Misc: Cleanup flake.nix | Baitinq | 1 | -20/+19 |
| 2025-05-14 | Bootstrap: Require filename argument | Baitinq | 1 | -0/+5 |
| 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 from functions | Baitinq | 4 | -12/+17 |
| 2025-05-10 | Examples: Add example sorting array | Baitinq | 2 | -1/+77 |
| 2025-05-10 |