tvl-depot/tvix/eval/src
Vincent Ambo 2ed38a7cdb feat(tvix/eval): add Value variants for strings & attrsets
Change-Id: Idebf663ab7fde3955aae50f635320f7eb6c353e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6087
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-13 11:50:37 +00:00
..
value feat(tvix/eval): add Value variants for strings & attrsets 2022-08-13 11:50:37 +00:00
chunk.rs feat(tvix/eval): add initial chunk representation 2022-08-12 13:05:16 +00:00
compiler.rs feat(tvix/compiler): incompletely handle true/false/null literals 2022-08-12 14:09:27 +00:00
errors.rs feat(tvix/eval): add error variant for runtime type errors 2022-08-12 13:24:10 +00:00
eval.rs refactor(tvix/eval): move NumberPair struct definition to vm module 2022-08-12 14:09:27 +00:00
main.rs chore(tvix/eval): wire things up for development flow 2022-08-12 13:05:28 +00:00
opcode.rs feat(tvix/eval): implement equality operator 2022-08-12 14:09:27 +00:00
vm.rs feat(tvix/eval): add Value variants for strings & attrsets 2022-08-13 11:50:37 +00:00