about summary refs log tree commit diff
path: root/users/tazjin/rlox/src/bytecode/value.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-02 r/2263 feat(tazjin/rlox): Intern all string constantsVincent Ambo1-1/+21
2021-03-01 r/2258 feat(tazjin/rlox): Add initial support for stringsVincent Ambo1-0/+1
2021-02-28 r/2253 feat(tazjin/rlox): Implement unary negation operatorVincent Ambo1-0/+10
2021-02-28 r/2251 refactor(tazjin/rlox): Represent VM values as enumsVincent Ambo1-1/+6
2021-01-17 r/2124 feat(tazjin/rlox): Initial bytecode representationVincent Ambo1-0/+1