snix/tvix/eval/src
Vincent Ambo 96e9f750c5 test(tvix/eval): add identity tests for literal evaluation
Change-Id: Id3f37fbe341e15e9428ef1d579d61a514232c0e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6132
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-24 23:11:12 +00:00
..
tests test(tvix/eval): add identity tests for literal evaluation 2022-08-24 23:11:12 +00:00
value fix(tvix/value): align Display representation with Nix 2022-08-24 23:11:12 +00:00
chunk.rs feat(tvix/eval): add initial chunk representation 2022-08-12 13:05:16 +00:00
compiler.rs feat(tvix/value): introduce string representation with &'static str 2022-08-24 18:19:52 +00:00
errors.rs feat(tvix/vm): implement first nested attribute set construction 2022-08-14 00:23:32 +00:00
eval.rs chore(tvix/eval): only print AST if requested 2022-08-24 21:25:41 +00:00
main.rs feat(tvix/tests): check in Nix' language test suite 2022-08-24 21:25:41 +00:00
opcode.rs feat(tvix/eval): construct internal attribute path representation 2022-08-13 20:24:12 +00:00
vm.rs feat(tvix/value): introduce string representation with &'static str 2022-08-24 18:19:52 +00:00