| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parser: Change grammar and implement print and expression parsing | Baitinq | 2025-01-06 | 2 | -9/+71 |
| | | |||||
| * | Parser: implement parse_number | Baitinq | 2025-01-06 | 1 | -1/+24 |
| | | |||||
| * | Parser: implement parse_identifier | Baitinq | 2025-01-06 | 2 | -4/+55 |
| | | |||||
| * | Start writing parser | Baitinq | 2025-01-06 | 2 | -0/+69 |
| | | |||||
| * | Add language grammar | Baitinq | 2025-01-06 | 1 | -0/+9 |
| | | |||||
| * | examples: add another example | Baitinq | 2025-01-06 | 1 | -0/+5 |
| | | |||||
| * | Implement basic tokenizer | Baitinq | 2025-01-06 | 2 | -11/+49 |
| | | |||||
| * | Add tokenizer test | Baitinq | 2025-01-06 | 2 | -5/+72 |
| | | |||||
| * | File reading | Baitinq | 2025-01-05 | 3 | -1/+38 |
| | | |||||
| * | Initial commit | Baitinq | 2025-01-05 | 7 | -0/+304 |