From 40e08192a08f55b5090d5ef28f48c74613e2e5a0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 27 Dec 2011 00:32:12 -0700 Subject: Wow, a whole lot of code builds now. --- src/astnode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/astnode.h') 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: tStore = 0x01000007, tAnd = 0x01000008, tOr = 0x01000009, + tPlus = 0x0100000A, + tMinus = 0x0100000B, + tDivide = 0x0100000C, + tMultiply = 0x0100000D, tLeafLiteral = 0x02000000, tVarName = 0x02000001, -- cgit v1.2.3