Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-02-28 | r/2252 feat(tazjin/rlox): Support trivial literals in bytecode compiler | Vincent Ambo | 1 | -0/+4 |
2021-02-28 | r/2251 refactor(tazjin/rlox): Represent VM values as enums | Vincent Ambo | 1 | -3/+31 |
2021-02-28 | r/2249 chore(tazjin/rlox): Add stack printing when 'disassemble' is on | Vincent Ambo | 1 | -0/+3 |
2021-02-28 | r/2246 fix(tazjin/rlox): Fix identifier order in binary_op macro | Vincent Ambo | 1 | -1/+1 |
2021-01-18 | r/2129 refactor(tazjin/rlox): Add Interpreter trait for switching impls | Vincent Ambo | 1 | -6/+3 |
2021-01-17 | r/2128 feat(tazjin/rlox): Implement simple arithmetic operators | Vincent Ambo | 1 | -0/+18 |
2021-01-17 | r/2127 feat(tazjin/rlox): Bootstrap VM for Lox bytecode | Vincent Ambo | 1 | -0/+59 |