tvl-depot/tvix/eval/src
Vincent Ambo 910336c68c feat(tvix/compiler): compile list literals
Change-Id: I2c6fedc3dbb7d449d700f3972c3fbd4a7d147f6c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6095
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: tazjin <tazjin@tvl.su>
2022-08-13 15:39:26 +00:00
..
value feat(tvix/value): add runtime representation of simple lists 2022-08-13 15:35:24 +00:00
chunk.rs feat(tvix/eval): add initial chunk representation 2022-08-12 13:05:16 +00:00
compiler.rs feat(tvix/compiler): compile list literals 2022-08-13 15:39:26 +00:00
errors.rs feat(tvix/eval): add error variant for runtime type errors 2022-08-12 13:24:10 +00:00
eval.rs fix(tvix/eval): print code even if runtime fails 2022-08-13 11:50:37 +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/vm): implement list construction 2022-08-13 15:35:24 +00:00
vm.rs feat(tvix/vm): implement list construction 2022-08-13 15:35:24 +00:00