| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Codegen: Fix bug with functions without name | Baitinq | 2025-03-11 | 1 | -1/+1 |
| | | |||||
| * | Feature: Introduce initial support for function return types | Baitinq | 2025-02-15 | 1 | -4/+4 |
| | | |||||
| * | Examples: modify example | Baitinq | 2025-01-23 | 1 | -1/+3 |
| | | |||||
| * | Misc: Improve example | Baitinq | 2025-01-23 | 1 | -1/+5 |
| | | |||||
| * | Feature: Add support for negation | Baitinq | 2025-01-22 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add support for division and multiplication | Baitinq | 2025-01-22 | 1 | -1/+1 |
| | | |||||
| * | Parser: Add support for parenthesis grouping | Baitinq | 2025-01-21 | 1 | -1/+1 |
| | | |||||
| * | Parser: Make additive expression left associative | Baitinq | 2025-01-21 | 1 | -1/+1 |
| | | |||||
| * | Start working on proper operator precedence | Baitinq | 2025-01-19 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add basic support for equality expression | Baitinq | 2025-01-19 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add support for substraction | Baitinq | 2025-01-18 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add basic support for if statements | Baitinq | 2025-01-18 | 1 | -1/+1 |
| | | |||||
| * | Examples: add future examples :^) | Baitinq | 2025-01-18 | 1 | -0/+10 |