snix/tvix/eval/src
Vincent Ambo 5a497cdf1c feat(tvix/eval): implement with_stack in VM
Change-Id: I805c24c9a751ded15725ba9be651aa0869e013e5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6218
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-31 22:26:11 +00:00
..
tests feat(tvix/eval): implement inherit in let expressions 2022-08-31 22:10:40 +00:00
value fix(tvix/eval): allow use of ? operator on non-set types 2022-08-30 17:13:27 +00:00
chunk.rs feat(tvix/eval): implement chunk disassembler output 2022-08-30 16:53:40 +00:00
compiler.rs feat(tvix/eval): compile with expression 2022-08-31 22:26:11 +00:00
disassembler.rs feat(tvix/eval): implement chunk disassembler output 2022-08-30 16:53:40 +00:00
errors.rs refactor(tvix/eval): remove Error::InvalidKeyType 2022-08-30 17:13:27 +00:00
eval.rs fix(tvix/eval): address various clippy lints 2022-08-30 16:53:40 +00:00
lib.rs feat(tvix/eval): implement optional runtime tracing 2022-08-30 16:53:40 +00:00
main.rs fix(tvix/eval): gently attempt to create state dir 2022-08-31 22:10:40 +00:00
opcode.rs feat(tvix/eval): compile with expression 2022-08-31 22:26:11 +00:00
vm.rs feat(tvix/eval): implement with_stack in VM 2022-08-31 22:26:11 +00:00
warnings.rs docs(tvix/eval): Use correct syntax for module doc comments 2022-08-30 17:13:27 +00:00