diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-27 00:32:12 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-27 00:32:12 -0700 |
commit | 40e08192a08f55b5090d5ef28f48c74613e2e5a0 (patch) | |
tree | 352817365ce93d8d022cc1e04f5a411ce0df2b01 /src/astnode.h | |
parent | f33fdd93ef93fdbb0e6b3a8e2ecb80b78f1b2816 (diff) | |
download | stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.tar.gz stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.tar.bz2 stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.tar.xz stage-40e08192a08f55b5090d5ef28f48c74613e2e5a0.zip |
Wow, a whole lot of code builds now.
Diffstat (limited to 'src/astnode.h')
-rw-r--r-- | src/astnode.h | 4 |
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, |