aboutsummaryrefslogtreecommitdiff
path: root/nomnom/ast.nom
diff options
context:
space:
mode:
Diffstat (limited to 'nomnom/ast.nom')
-rw-r--r--nomnom/ast.nom2
1 files changed, 2 insertions, 0 deletions
diff --git a/nomnom/ast.nom b/nomnom/ast.nom
index ef41b26..935b0c5 100644
--- a/nomnom/ast.nom
+++ b/nomnom/ast.nom
@@ -1,6 +1,8 @@
#!/usr/bin/env nomsu -V4.8.10
use "lib/object.nom"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
# The types are [..]
"Number", "Var", "Block", "EscapedNomsu", "Text", "List", "Dict", "DictEntry",
"IndexChain", "Action", "FileChunks", "Error", "Comment"