diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-03-18 11:47:22 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-18 12:06:18 +0000 |
| commit | b6cbc69461dc054019f50f8971704f6ef9de63ab (patch) | |
| tree | d2b8942b780f668ccbe57b52dd8d65f61613e935 /alv/ast.moon | |
| parent | builtins: switch takes single array as value (diff) | |
| download | alive-wip.tar.gz alive-wip.zip | |
language: [array] and {struct} literalswip
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 |
