draft fix approach 2

This commit is contained in:
ernisto 2025-03-15 00:43:08 -03:00
parent 37e8e05206
commit 121b30393c
4 changed files with 58 additions and 17 deletions

View file

@ -11,6 +11,7 @@ local function derive<T>(source: () -> T): () -> T
return function()
push_child_to_scope(node)
evaluate_node(node)
return node.cache
end
end