Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature: Add basic support for equality expression | Baitinq | 14 days | 1 | -3/+4 |
| | |||||
* | Feature: Add support for boolean values | Baitinq | 2025-01-19 | 1 | -1/+1 |
| | |||||
* | Feature: Add support for substraction | Baitinq | 2025-01-18 | 1 | -3/+1 |
| | |||||
* | Feature: Add basic support for if statements | Baitinq | 2025-01-18 | 1 | -3/+8 |
| | |||||
* | Misc: Implement print function as "native" function | Baitinq | 2025-01-18 | 1 | -3/+1 |
| | |||||
* | Lang: Start introducing support for function arguments | Baitinq | 2025-01-18 | 1 | -2/+6 |
| | |||||
* | Add basic support for parsing functions | Baitinq | 2025-01-15 | 1 | -6/+14 |
| | |||||
* | Implement "return" | Baitinq | 2025-01-12 | 1 | -1/+3 |
| | |||||
* | Add support for sum operator | Baitinq | 2025-01-12 | 1 | -1/+1 |
| | |||||
* | Parser: Change grammar and implement print and expression parsing | Baitinq | 2025-01-06 | 1 | -1/+1 |
| | |||||
* | Add language grammar | Baitinq | 2025-01-06 | 1 | -0/+9 |