Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tokenizer: Add suport for underscores in identifier parsing | Baitinq | 10 days | 1 | -2/+2 |
* | Tokenizer: Add support for tokenizing functions | Baitinq | 10 days | 1 | -0/+7 |
* | Implement "return" | Baitinq | 10 days | 1 | -2/+2 |
* | Evaluator: Store variables with value instead of reference | Baitinq | 10 days | 1 | -2/+4 |
* | Add support for sum operator | Baitinq | 10 days | 1 | -4/+2 |
* | Misc: Improve error messages and add todos | Baitinq | 11 days | 2 | -0/+8 |
* | Evaluator: Implement variable declaration and definition and variable printing | Baitinq | 2025-01-09 | 2 | -2/+2 |
* | Parser: Improvements? | Manuel Palenzuela Merino | 2025-01-06 | 1 | -0/+1 |
* | examples: add another example | Baitinq | 2025-01-06 | 1 | -0/+5 |
* | File reading | Baitinq | 2025-01-05 | 1 | -0/+3 |