| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-05-15 | Feature: Add support for null pointers | Baitinq | 4 | -2/+21 |
| 2025-05-15 | Bootstrap: Tokenizer: Tokenize keywords | Baitinq | 1 | -4/+81 |
| 2025-05-15 | Bootstrap: Tokenizer: Continue implementing | Baitinq | 4 | -7/+93 |
| 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 |