Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tokenizer: Add support for tokenizing functions | Baitinq | 2025-01-13 | 1 | -4/+1 |
* | Tokenizer: Fix tokenizer invalid strings | Baitinq | 2025-01-12 | 1 | -1/+1 |
* | Misc: Support evaluating sequentially in REPL | Baitinq | 2025-01-10 | 1 | -8/+10 |
* | Evaluator: Implement first version of evaluator that handles print statements | Baitinq | 2025-01-08 | 1 | -0/+6 |
* | Misc: Dont crash REPL if parsing fails | Baitinq | 2025-01-08 | 1 | -1/+3 |
* | Parser: Use arena allocator | Baitinq | 2025-01-08 | 1 | -3/+3 |
* | Parser: Small improvements | Baitinq | 2025-01-07 | 1 | -0/+1 |
* | Add REPL | Baitinq | 2025-01-07 | 1 | -7/+21 |
* | Parser: Memory improvements | Baitinq | 2025-01-07 | 1 | -2/+2 |
* | Parser: Improvements? | Manuel Palenzuela Merino | 2025-01-06 | 1 | -3/+5 |
* | Parser: implement parse_identifier | Baitinq | 2025-01-06 | 1 | -1/+1 |
* | Start writing parser | Baitinq | 2025-01-06 | 1 | -0/+13 |
* | Implement basic tokenizer | Baitinq | 2025-01-06 | 1 | -1/+3 |
* | Add tokenizer test | Baitinq | 2025-01-06 | 1 | -2/+8 |
* | File reading | Baitinq | 2025-01-05 | 1 | -1/+19 |
* | Initial commit | Baitinq | 2025-01-05 | 1 | -0/+5 |