Skip to content

Commit

Permalink
Add support for nested lazy init bind definitions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592664797
  • Loading branch information
jnthntatum authored and copybara-github committed Dec 21, 2023
1 parent 2752805 commit 96b4f8f
Show file tree
Hide file tree
Showing 16 changed files with 765 additions and 185 deletions.
2 changes: 1 addition & 1 deletion eval/compiler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ cc_library(
"//base:memory",
"//base/ast_internal:ast_impl",
"//base/ast_internal:expr",
"//eval/eval:comprehension_slots",
"//eval/eval:comprehension_step",
"//eval/eval:const_value_step",
"//eval/eval:container_access_step",
Expand All @@ -78,6 +77,7 @@ cc_library(
"//eval/eval:function_step",
"//eval/eval:ident_step",
"//eval/eval:jump_step",
"//eval/eval:lazy_init_step",
"//eval/eval:logic_step",
"//eval/eval:select_step",
"//eval/eval:shadowable_value_step",
Expand Down
Loading

0 comments on commit 96b4f8f

Please # to comment.