| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-01-19 | Feature: Add support for boolean values | Baitinq | 3 | -33/+46 | |
| 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 | |
| 2025-01-18 | Evaluator: Create environment abstraction for handling scopes | Baitinq | 2 | -22/+82 | |
| 2025-01-18 | Misc: Start working on scopes | Baitinq | 1 | -8/+13 | |
| 2025-01-18 | Examples: Add variable scopes example | Baitinq | 2 | -4/+17 | |
| 2025-01-18 | Tokenizer: Fix comment skipping | Baitinq | 1 | -0/+1 | |
| 2025-01 | |||||