summaryrefslogtreecommitdiff
path: root/src/astnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/astnode.h')
-rw-r--r--src/astnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astnode.h b/src/astnode.h
index a1215ed..94394f0 100644
--- a/src/astnode.h
+++ b/src/astnode.h
@@ -36,6 +36,7 @@ public:
36 tAppend = 0x01000018, 36 tAppend = 0x01000018,
37 tInsert = 0x01000019, 37 tInsert = 0x01000019,
38 tIndex = 0x0100001A, 38 tIndex = 0x0100001A,
39 tPop = 0x0100001B,
39 40
40 tLeafLiteral = 0x02000000, 41 tLeafLiteral = 0x02000000,
41 tVarName = 0x02000001, 42 tVarName = 0x02000001,