about summary refs log tree commit diff
path: root/users/tazjin/rlox/src/bytecode/chunk.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22 r/2985 refactor(tazjin/rlox): Return index after adding operationsVincent Ambo1-3/+3
2021-10-20 r/2980 refactor(tazjin/rlox): Introduce newtypes for various indicesVincent Ambo1-4/+4
2021-02-28 r/2251 refactor(tazjin/rlox): Represent VM values as enumsVincent Ambo1-1/+1
2021-02-27 r/2243 feat(tazjin/rlox): Print compiled bytecode with disassemble featureVincent Ambo1-0/+7
2021-02-27 r/2235 style(tazjin/rlox): Set max_width=80Vincent Ambo1-1/+3
2021-01-17 r/2128 feat(tazjin/rlox): Implement simple arithmetic operatorsVincent Ambo1-0/+1
2021-01-17 r/2127 feat(tazjin/rlox): Bootstrap VM for Lox bytecodeVincent Ambo1-19/+8
2021-01-17 r/2125 feat(tazjin/rlox): Track source lines along with bytecodeVincent Ambo1-1/+38
2021-01-17 r/2124 feat(tazjin/rlox): Initial bytecode representationVincent Ambo1-0/+57