about summary refs log tree commit diff
path: root/src/evaluator.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lang: Start introducing support for function argumentsBaitinq2025-01-181-0/+1
|
* Evaluator: variables as valuesBaitinq2025-01-161-12/+23
|
* Get function calls kind of working :)Baitinq2025-01-161-39/+43
|
* Evaluator: Start working on new function-capable evaluatorBaitinq2025-01-161-38/+71
|
* Implement "return"Baitinq2025-01-121-1/+14
|
* Evaluator: Store variables with value instead of referenceBaitinq2025-01-121-6/+6
|
* Add support for sum operatorBaitinq2025-01-121-0/+6
|
* Evaluator: Fix bug when variables are initialized with the same identifier ↵Baitinq2025-01-121-1/+2
| | | | as the defined
* Misc: Improve error messages and add todosBaitinq2025-01-121-3/+18
|
* Evaluator: Add simple testBaitinq2025-01-121-0/+25
|
* Evaluator: Implement variable declaration and definition and variable printingBaitinq2025-01-091-7/+27
|
* Evaluator: Implement first version of evaluator that handles print statementsBaitinq2025-01-081-0/+62