aboutsummaryrefslogtreecommitdiff
path: root/nomnom/ast.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-09-28 18:36:36 -0700
committerBruce Hill <bruce@bruce-hill.com>2018-09-28 18:36:36 -0700
commit678344182b1f04e35063d7185ac1d74317b011ea (patch)
treef9bf19a6916e47c6949d8d36a6e2fda378db3f31 /nomnom/ast.nom
parent7b127fca6165399226afc831c07268da850c3d6a (diff)
Forward progress on getting nomnom working.
Diffstat (limited to 'nomnom/ast.nom')
-rw-r--r--nomnom/ast.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomnom/ast.nom b/nomnom/ast.nom
index 2d5a894..da1d0c4 100644
--- a/nomnom/ast.nom
+++ b/nomnom/ast.nom
@@ -1,6 +1,6 @@
use "lib/object.nom"
-#%types = [..]
+# The types are [..]
"Number", "Var", "Block", "EscapedNomsu", "Text", "List", "Dict", "DictEntry",
"IndexChain", "Action", "FileChunks", "Error", "Comment"