tvl-depot/tvix/eval/src
Vincent Ambo e33eaa2cb5 feat(tvix/eval): add Path representation to Value enum
Change-Id: I4827384201912131ea8fc2362188dcd862b94852
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6181
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-08-27 09:27:13 +00:00
..
tests test(tvix/eval): make sure all language tests also pass with C++ Nix 2022-08-26 20:46:03 +00:00
value feat(tvix/eval): add Path representation to Value enum 2022-08-27 09:27:13 +00:00
chunk.rs refactor(tvix/eval): rename Chunk::add_* functions to ::push_* 2022-08-27 09:27:13 +00:00
compiler.rs refactor(tvix/eval): rename Chunk::add_* functions to ::push_* 2022-08-27 09:27:13 +00:00
errors.rs feat(tvix/eval): implement attribute set access operator 2022-08-26 09:02:38 +00:00
eval.rs feat(tvix/eval): add mechanism for emitting warnings from compiler 2022-08-26 17:19:51 +00:00
lib.rs feat(tvix/eval): add mechanism for emitting warnings from compiler 2022-08-26 17:19:51 +00:00
main.rs feat(tvix/eval): use rustyline crate for REPL 2022-08-26 17:19:51 +00:00
opcode.rs chore(tvix/eval): add variant_size_differences warning for OpCode 2022-08-26 20:32:12 +00:00
vm.rs feat(tvix/vm): add opcodes for new Value::NotFound sentinel 2022-08-26 15:06:52 +00:00
warnings.rs feat(tvix/eval): add warning for deprecated URL literals 2022-08-26 17:19:51 +00:00