| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Lang: Start introducing support for function arguments | Baitinq | 2025-01-18 | 1 | -0/+1 |
| | | |||||
| * | Evaluator: variables as values | Baitinq | 2025-01-16 | 1 | -12/+23 |
| | | |||||
| * | Get function calls kind of working :) | Baitinq | 2025-01-16 | 1 | -39/+43 |
| | | |||||
| * | Evaluator: Start working on new function-capable evaluator | Baitinq | 2025-01-16 | 1 | -38/+71 |
| | | |||||
| * | Implement "return" | Baitinq | 2025-01-12 | 1 | -1/+14 |
| | | |||||
| * | Evaluator: Store variables with value instead of reference | Baitinq | 2025-01-12 | 1 | -6/+6 |
| | | |||||
| * | Add support for sum operator | Baitinq | 2025-01-12 | 1 | -0/+6 |
| | | |||||
| * | Evaluator: Fix bug when variables are initialized with the same identifier ↵ | Baitinq | 2025-01-12 | 1 | -1/+2 |
| | | | | | as the defined | ||||
| * | Misc: Improve error messages and add todos | Baitinq | 2025-01-12 | 1 | -3/+18 |
| | | |||||
| * | Evaluator: Add simple test | Baitinq | 2025-01-12 | 1 | -0/+25 |
| | | |||||
| * | Evaluator: Implement variable declaration and definition and variable printing | Baitinq | 2025-01-09 | 1 | -7/+27 |
| | | |||||
| * | Evaluator: Implement first version of evaluator that handles print statements | Baitinq | 2025-01-08 | 1 | -0/+62 |