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