From d9ed2848c4709aa5f3757333dab0ec8de5833aef Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 11 Feb 2020 10:49:42 +0100 Subject: add MIDI input ops --- core/cell.moon | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') 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 -- cgit v1.2.3