summaryrefslogtreecommitdiff
path: root/src/astnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/astnode.h')
-rw-r--r--src/astnode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/astnode.h b/src/astnode.h
index 1054a2b..abbcaaf 100644
--- a/src/astnode.h
+++ b/src/astnode.h
@@ -19,6 +19,10 @@ public:
19 tStore = 0x01000007, 19 tStore = 0x01000007,
20 tAnd = 0x01000008, 20 tAnd = 0x01000008,
21 tOr = 0x01000009, 21 tOr = 0x01000009,
22 tPlus = 0x0100000A,
23 tMinus = 0x0100000B,
24 tDivide = 0x0100000C,
25 tMultiply = 0x0100000D,
22 26
23 tLeafLiteral = 0x02000000, 27 tLeafLiteral = 0x02000000,
24 tVarName = 0x02000001, 28 tVarName = 0x02000001,