about summary refs log tree commit diff
path: root/tvix/eval/src/opcode.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12 r/4414 feat(tvix/eval): implement equality operatorVincent Ambo1-3/+6
2022-08-12 r/4411 feat(tvix/eval): implement unary negation operatorVincent Ambo1-1/+5
2022-08-12 r/4410 feat(tvix/eval): implement simple arithmetic binary operationsVincent Ambo1-0/+6
2022-08-12 r/4404 feat(tvix/eval): add initial opcode representationVincent Ambo1-0/+19