| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-01-20 | Example: Add example for while loop | Baitinq | 1 | -0/+13 | |
| 2025-01-19 | Start working on proper operator precedence | Baitinq | 3 | -3/+10 | |
| 2025-01-19 | Bug: Fix bug with accept_parse | Baitinq | 1 | -1/+3 | |
| 2025-01-19 | Feature: Add basic support for equality expression | Baitinq | 5 | -25/+54 | |
| 2025-01-19 | Feature: Add support for boolean values | Baitinq | 5 | -34/+57 | |
| 2025-01-18 | Example: Get fibonacci example working | Baitinq | 1 | -4/+4 | |
| 2025-01-18 | Feature: Add support for substraction | Baitinq | 5 | -7/+13 | |
| 2025-01-18 | Feature: Add basic support for if statements | Baitinq | 5 | -36/+104 | |
| 2025-01-18 | Examples: add future examples :^) | Baitinq | 2 | -0/+25 | |
| 2025-01-18 | Evaluator: implement support for function arguments | Baitinq | 3 | -64/+75 | |
| 2025-01-18 | Evaluator: create and drop scopes when entering/leaving functions | Baitinq | 1 | -4/+9 | |