tvl-depot/tvix/eval/src
Vincent Ambo 5eb523e882 fix(tvix/compiler): support identifier literals in select expression
With this change, attribute set access is working as intended.

Change-Id: Ic5dbbd68aa59156106069289e7375a696909f78b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6159
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-26 09:02:38 +00:00
..
tests feat(tvix/eval): implement list concatenation 2022-08-25 12:07:30 +00:00
value feat(tvix/eval): implement attribute set access operator 2022-08-26 09:02:38 +00:00
chunk.rs feat(tvix/eval): add initial chunk representation 2022-08-12 13:05:16 +00:00
compiler.rs fix(tvix/compiler): support identifier literals in select expression 2022-08-26 09:02:38 +00:00
errors.rs feat(tvix/eval): implement attribute set access operator 2022-08-26 09:02:38 +00:00
eval.rs chore(tvix/eval): only print AST if requested 2022-08-24 21:25:41 +00:00
lib.rs feat(tvix/eval): Expose interpret + related types from lib 2022-08-25 16:01:46 +00:00
main.rs feat(tvix/eval): Expose interpret + related types from lib 2022-08-25 16:01:46 +00:00
opcode.rs feat(tvix/eval): implement attribute set access operator 2022-08-26 09:02:38 +00:00
vm.rs feat(tvix/eval): implement attribute set access operator 2022-08-26 09:02:38 +00:00