about summary refs log tree commit diff
path: root/tvix/eval/src/value.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12 r/4418 feat(tvix/eval): implement Display trait for Value enumVincent Ambo1-0/+14
2022-08-12 r/4417 refactor(tvix/eval): move NumberPair struct definition to vm moduleVincent Ambo1-6/+0
2022-08-12 r/4415 feat(tvix/eval): implement boolean inversion operatorVincent Ambo1-0/+12
2022-08-12 r/4410 feat(tvix/eval): implement simple arithmetic binary operationsVincent Ambo1-0/+25
2022-08-12 r/4403 feat(tvix/eval): add initial value representationVincent Ambo1-0/+10