summaryrefslogtreecommitdiff
path: root/src/astnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/astnode.h')
-rw-r--r--src/astnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/astnode.h b/src/astnode.h
index e2629cc..73be338 100644
--- a/src/astnode.h
+++ b/src/astnode.h
@@ -38,6 +38,8 @@ public:
38 tIndex = 0x0100001A, 38 tIndex = 0x0100001A,
39 tPop = 0x0100001B, 39 tPop = 0x0100001B,
40 tDeref = 0x0100001C, 40 tDeref = 0x0100001C,
41 tExists = 0x0100001D,
42 tDelete = 0x0100001E,
41 43
42 tLeafLiteral = 0x02000000, 44 tLeafLiteral = 0x02000000,
43 tVarName = 0x02000001, 45 tVarName = 0x02000001,