| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-01-18 | Feature: Add basic support for if statements | Baitinq | 1 | -1/+1 | |
| 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-18 | Evaluator: Improve how functions and variables are handled | Baitinq | 2 | -36/+38 | |
| 2025-01-18 | Misc: Implement print function as "native" function | Baitinq | 4 | -44/+15 | |
| 2025-01-18 | Lang: Start introducing support for function arguments | Baitinq | 5 | -13/+73 | |