snix/tvix/eval/src
Vincent Ambo ba03226e51 feat(tvix/eval): add module for attribute set implementations
Change-Id: I6002bd5e5596b93325dea6c862370ba5235c0f08
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6086
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-13 11:50:37 +00:00
..
value feat(tvix/eval): add module for attribute set implementations 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 refactor(tvix/eval): move NumberPair struct definition to vm module 2022-08-12 14:09:27 +00:00