| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Parser: clean | Baitinq | 2025-01-15 | 1 | -2/+4 | |
| * | Add basic support for parsing functions | Baitinq | 2025-01-15 | 2 | -9/+5 | |
| * | Tokenizer: Add suport for underscores in identifier parsing | Baitinq | 2025-01-13 | 1 | -2/+2 | |
| * | Tokenizer: Add support for tokenizing functions | Baitinq | 2025-01-13 | 1 | -0/+7 | |
| * | Implement "return" | Baitinq | 2025-01-12 | 1 | -2/+2 | |
| * | Evaluator: Store variables with value instead of reference | Baitinq | 2025-01-12 | 1 | -2/+4 | |
| * | Add support for sum operator | Baitinq | 2025-01-12 | 1 | -4/+2 | |
| * | Misc: Improve error messages and add todos | Baitinq | 2025-01-12 | 2 | -0/+8 | |
| * | Evaluator: Implement variable declaration and definition and variable printing | Baitinq | 2025-01-09 | 2 | -2/+2 | |
| * | Parser: Improvements? | Baitinq | 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 | |