| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-01-23 | Misc: Improve example | Baitinq | 1 | -1/+5 |
| 2025-01-23 | Tokenizer: Fix bug with offset incrementing | Baitinq | 1 | -28/+24 |
| 2025-01-23 | Disable caching of zig build examples | Baitinq | 1 | -0/+1 |
| 2025-01-22 | Tokenizer: Improve Token type | Baitinq | 2 | -79/+56 |
| 2025-01-22 | Feature: Add support for negation | Baitinq | 4 | -7/+11 |
| 2025-01-22 | Feature: Add support for division and multiplication | Baitinq | 5 | -5/+50 |
| 2025-01-21 | Feature: Add support for while statements | Baitinq | 5 | -9/+64 |
| 2025-01-21 | Tokenizer: Rename NOT token to BANG | Baitinq | 2 | -4/+4 |
| 2025-01-21 | Misc: Add `zig build example` step | Baitinq | 1 | -1/+23 |
| 2025-01-21 | Bug: Fix bug with priority of parsing expressions | Baitinq | 1 | -1/+1 |
| 2025-01-21 | Grammar: Fix typo | Baitinq | 1 | -1/+1 |
| 2025-01-21 | Parser: Remove unused expression node | Baitinq | 1 | -10/+0 |
| 2025-01-21 | Feature: Add support for NOT unary expression | Baitinq | 5 | -5/+37 |
| 2025-01-21 |