Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature: Add basic support for equality expression | Baitinq | 4 days | 1 | -3/+4 |
* | Feature: Add support for boolean values | Baitinq | 4 days | 1 | -1/+1 |
* | Feature: Add support for substraction | Baitinq | 4 days | 1 | -3/+1 |
* | Feature: Add basic support for if statements | Baitinq | 4 days | 1 | -3/+8 |
* | Misc: Implement print function as "native" function | Baitinq | 5 days | 1 | -3/+1 |
* | Lang: Start introducing support for function arguments | Baitinq | 5 days | 1 | -2/+6 |
* | Add basic support for parsing functions | Baitinq | 8 days | 1 | -6/+14 |
* | Implement "return" | Baitinq | 10 days | 1 | -1/+3 |
* | Add support for sum operator | Baitinq | 10 days | 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 |