Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-12-20 | r/2019 feat(tazjin/rlox): Add runtime type error handling | Vincent Ambo | 1 | -14/+31 |
2020-12-20 | r/2018 feat(tazjin/rlox): Implement tree-walk interpreter of exprs | Vincent Ambo | 1 | -3/+67 |
2020-12-06 | r/1991 feat(tazjin/rlox): Synchronise parser state after errors | Vincent Ambo | 1 | -1/+1 |
2020-12-06 | r/1990 feat(tazjin/rlox): Wire up parser to the REPL | Vincent Ambo | 1 | -2/+10 |
2020-11-28 | r/1956 refactor(tazjin/rlox): Thread through scanner errors | Vincent Ambo | 1 | -2/+17 |
2020-11-28 | r/1952 fix(tazjin/rlox): Clear previous line in REPL mode | Vincent Ambo | 1 | -2/+3 |
2020-11-27 | r/1927 chore(tazjin/rlox): Wire scanner to interpreter to reduce warnings | Vincent Ambo | 1 | -1/+5 |
2020-11-23 | r/1913 feat(tazjin/rlox): Add basic program structure | Vincent Ambo | 1 | -0/+4 |