| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Examples: Add expected stdout and exit code | Baitinq | 2025-05-04 | 1 | -0/+19 |
| | | |||||
| * | Tokenizer: Support newlines and tabs for strings | Baitinq | 2025-03-26 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add basic support for varargs | Baitinq | 2025-03-25 | 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 |
| | | |||||
| * | Codegen: Fix bug with if statements inside while loops | Baitinq | 2025-03-09 | 1 | -3/+5 |
| | | |||||
| * | Feature: Add support for mod operator | Baitinq | 2025-03-09 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add support for GT and LT operators | Baitinq | 2025-03-08 | 1 | -1/+1 |
| | | |||||
| * | Feature: Introduce initial support for function return types | Baitinq | 2025-02-15 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add support for while statements | Baitinq | 2025-01-21 | 1 | -0/+1 |
| | | |||||
| * | Example: Add example for while loop | Baitinq | 2025-01-20 | 1 | -0/+13 |