| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parser: Use arena allocator | Baitinq | 2025-01-08 | 1 | -25/+0 |
| | | |||||
| * | Parser: Prepare for variable statement parsing | Baitinq | 2025-01-08 | 1 | -11/+29 |
| | | |||||
| * | Parser: Implement print statement parsing properly and cleanup | Baitinq | 2025-01-07 | 1 | -67/+71 |
| | | |||||
| * | Parser: Small improvements | Baitinq | 2025-01-07 | 1 | -14/+16 |
| | | |||||
| * | Parser: Fix mem leaks | Baitinq | 2025-01-07 | 1 | -4/+16 |
| | | |||||
| * | Parser: Memory improvements | Baitinq | 2025-01-07 | 1 | -35/+49 |
| | | |||||
| * | Parser: Improvements? | Baitinq | 2025-01-06 | 1 | -53/+79 |
| | | |||||
| * | Parser: Change grammar and implement print and expression parsing | Baitinq | 2025-01-06 | 1 | -8/+70 |
| | | |||||
| * | Parser: implement parse_number | Baitinq | 2025-01-06 | 1 | -1/+24 |
| | | |||||
| * | Parser: implement parse_identifier | Baitinq | 2025-01-06 | 1 | -3/+54 |
| | | |||||
| * | Start writing parser | Baitinq | 2025-01-06 | 1 | -0/+56 |