Age | Commit message (Expand) | Author | Files | Lines |
2021-02-28 | r/2251 refactor(tazjin/rlox): Represent VM values as enums | Vincent Ambo | 6 | -25/+59 |
2021-02-28 | r/2250 test(tazjin/rlox): Add some tests for numerical operations | Vincent Ambo | 2 | -0/+51 |
2021-02-28 | r/2249 chore(tazjin/rlox): Add stack printing when 'disassemble' is on | Vincent Ambo | 1 | -0/+3 |
2021-02-28 | r/2248 fix(tazjin/rlox): Fix selection of next parser precedence rule | Vincent Ambo | 1 | -1/+1 |
2021-02-28 | r/2247 feat(tazjin/rlox): Wire up bytecode interpreter & print results | Vincent Ambo | 2 | -15/+4 |
2021-02-28 | r/2246 fix(tazjin/rlox): Fix identifier order in binary_op macro | Vincent Ambo | 1 | -1/+1 |
2021-02-27 | r/2244 chore(tazjin/rlox): Fill in minor missing implementations | Vincent Ambo | 1 | -20/+21 |
2021-02-27 | r/2243 feat(tazjin/rlox): Print compiled bytecode with disassemble feature | Vincent Ambo | 2 | -0/+11 |
2021-02-27 | r/2242 feat(tazjin/rlox): Implement parser precedence rules | Vincent Ambo | 1 | -4/+24 |
2021-02-27 | r/2241 feat(tazjin/rlox): Add initial Pratt parser table lookup | Vincent Ambo | 1 | -9/+67 |
2021-02-27 | r/2240 feat(tazjin/rlox): Partial implementation of binary operators | Vincent Ambo | 1 | -1/+49 |
2021-02-27 | r/2239 feat(tazjin/rlox): Set up precedence parsing scaffolding | Vincent Ambo | 1 | -12/+67 |
2021-02-27 | r/2238 chore(tazjin/rlox): Set up some scaffolding for panic mode | Vincent Ambo | 2 | -6/+26 |
2021-02-27 | r/2237 feat(tazjin/rlox): Bootstrap rough shape of bytecode compiler | Vincent Ambo | 3 | -1/+87 |
2021-02-27 | r/2236 chore(tazjin/rlox): Add From<Error> for Vec<Error> | Vincent Ambo | 1 | -0/+8 |
2021-02-27 | r/2235 style(tazjin/rlox): Set max_width=80 | Vincent Ambo | 1 | -1/+3 |
2021-02-27 | r/2234 chore(tazjin/rlox): Implement From<ScannerError> for bytecode errors | Vincent Ambo | 2 | -3/+22 |
2021-01-18 | r/2129 refactor(tazjin/rlox): Add Interpreter trait for switching impls | Vincent Ambo | 3 | -18/+33 |
2021-01-17 | r/2128 feat(tazjin/rlox): Implement simple arithmetic operators | Vincent Ambo | 4 | -1/+34 |
2021-01-17 | r/2127 feat(tazjin/rlox): Bootstrap VM for Lox bytecode | Vincent Ambo | 4 | -20/+83 |
2021-01-17 | r/2125 feat(tazjin/rlox): Track source lines along with bytecode | Vincent Ambo | 2 | -3/+40 |
2021-01-17 | r/2124 feat(tazjin/rlox): Initial bytecode representation | Vincent Ambo | 4 | -1/+80 |
2021-01-17 | r/2123 refactor(tazjin/rlox): Move entrypoints into interpreters | Vincent Ambo | 1 | -0/+7 |