aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/cell.moon2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/cell.moon b/core/cell.moon
index ae6eea4..8f31f27 100644
--- a/core/cell.moon
+++ b/core/cell.moon
@@ -10,6 +10,8 @@ class Cell
head: => @children[1]
tail: => [c for c in *@children[2,]]
+ destroy: =>
+
-- AST interface
eval: (scope, registry) =>
head = @head!\eval scope, registry