| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for sum operator | Baitinq | 2025-01-12 | 1 | -32/+35 |
| * | Tokenizer: Fix tokenizer invalid strings | Baitinq | 2025-01-12 | 1 | -2/+7 |
| * | Misc: Improve error messages and add todos | Baitinq | 2025-01-12 | 1 | -1/+0 |
| * | Tokenizer: Improve tests | Baitinq | 2025-01-11 | 1 | -24/+45 |
| * | Tokenizer: Fix parsing end-of-buf strings | Baitinq | 2025-01-10 | 1 | -0/+2 |
| * | Parser: Implement print statement parsing properly and cleanup | Baitinq | 2025-01-07 | 1 | -1/+1 |
| * | Implement basic tokenizer | Baitinq | 2025-01-06 | 1 | -10/+46 |
| * | Add tokenizer test | Baitinq | 2025-01-06 | 1 | -3/+64 |
| * | File reading | Baitinq | 2025-01-05 | 1 | -0/+16 |