| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Misc: Use println instead of printf | Baitinq | 2025-05-18 | 1 | -2/+2 |
| * | Examples: Add expected stdout and exit code | Baitinq | 2025-05-04 | 1 | -0/+10 |
| * | Tokenizer: Support newlines and tabs for strings | Baitinq | 2025-03-26 | 1 | -1/+1 |
| * | Feature: Add "proper" pointer types | Baitinq | 2025-03-24 | 1 | -1/+1 |
| * | Feature: Add initial support for pointers | Baitinq | 2025-03-24 | 1 | -0/+2 |
| * | Feature: Add support for strings | Baitinq | 2025-03-24 | 1 | -1/+1 |
| * | Feature: Introduce initial support for function return types | Baitinq | 2025-02-15 | 1 | -4/+2 |
| * | Codegen: Cleanup | Baitinq | 2025-02-13 | 1 | -3/+5 |
| * | Examples: Fix example 2 | Baitinq | 2025-01-30 | 1 | -1/+1 |
| * | Codegen: Support identifiers in return expressions | Baitinq | 2025-01-29 | 1 | -1/+1 |
| * | Get function calls kind of working :) | Baitinq | 2025-01-16 | 1 | -3/+7 |
| * | Evaluator: Implement variable declaration and definition and variable printing | Baitinq | 2025-01-09 | 1 | -1/+1 |
| * | examples: add another example | Baitinq | 2025-01-06 | 1 | -0/+5 |