diff options
Diffstat (limited to 'alv/ast.moon')
| -rw-r--r-- | alv/ast.moon | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/alv/ast.moon b/alv/ast.moon index 4d0ecae..52117c6 100644 --- a/alv/ast.moon +++ b/alv/ast.moon @@ -32,7 +32,7 @@ -- @function stringify -- @treturn string the exact string this Node was parsed from -import Cell, RootCell from require 'alv.cell' +import Cell, RootCell, ArrayCell, StructCell from require 'alv.cell' import TemplateString from require 'alv.template_string' import Constant from require 'alv.result.const' import Dummy from require 'alv.dummy' @@ -41,6 +41,8 @@ import Tag from require 'alv.tag' { :Cell :RootCell + :ArrayCell + :StructCell :TemplateString :Constant :Dummy |
