about summary refs log tree commit diff
path: root/users/tazjin/rlox/src/bytecode/tests.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-28 r/2255 feat(tazjin/rlox): Implement equality operatorVincent Ambo1-5/+26
2021-02-28 r/2253 feat(tazjin/rlox): Implement unary negation operatorVincent Ambo1-0/+9
2021-02-28 r/2252 feat(tazjin/rlox): Support trivial literals in bytecode compilerVincent Ambo1-2/+14
2021-02-28 r/2251 refactor(tazjin/rlox): Represent VM values as enumsVincent Ambo1-19/+19
2021-02-28 r/2250 test(tazjin/rlox): Add some tests for numerical operationsVincent Ambo1-0/+48