| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-07-26 | misc: add stage binaries to gitignore | Baitinq | 1 | -0/+1 | |
| 2025-07-26 | std: mem: Assert arena allocator is not overflown | Baitinq | 2 | -141/+200 | |
| 2025-07-26 | Parser: Fix memory leak | Baitinq | 2 | -40/+46 | |
| 2025-07-16 | Misc: Cleanup readme | Baitinq | 1 | -23/+20 | |
| 2025-07-16 | Codegen: Cleanup asserts | Baitinq | 2 | -157/+172 | |
| 2025-07-16 | Tokenizer: Add bounds checking for consume_until_condition | Baitinq | 2 | -310/+337 | |
| 2025-07-16 | Codegen: Assert that function ends in return | Baitinq | 2 | -52/+86 | |
| 2025-07-16 | Feature: Implement and/or short circuiting | Baitinq | 3 | -1487/+1807 | |
| 2025-07-15 | Feature: Add support for and and or operators | Baitinq | 6 | -1469/+1692 | |
| 2025-07-15 | Boostrap: Regenerate stage 0 in script | Baitinq | 2 | -1220/+1331 | |
| 2025-07-15 | Finish bootstrapping :^) | Baitinq | 17 | -2936/+14780 | |
| 2025-07-15 | Boostrap: Support generating LLVM IR file | Baitinq | 3 | -4/+29 | |
| 2025-07-15 | |||||