diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-09-28 18:36:36 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-09-28 18:36:36 -0700 |
| commit | 678344182b1f04e35063d7185ac1d74317b011ea (patch) | |
| tree | f9bf19a6916e47c6949d8d36a6e2fda378db3f31 /nomnom/ast.nom | |
| parent | 7b127fca6165399226afc831c07268da850c3d6a (diff) | |
Forward progress on getting nomnom working.
Diffstat (limited to 'nomnom/ast.nom')
| -rw-r--r-- | nomnom/ast.nom | 2 |
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" |
