From 58a71e57e3824a3a0c5385af91421674395990dc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 22 Dec 2011 19:53:52 -0700 Subject: The basic structure of the game is coming together. That is the data structures for storing the game objects are coming together. --- src/astnode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/astnode.h') diff --git a/src/astnode.h b/src/astnode.h index a345a56..780e07e 100644 --- a/src/astnode.h +++ b/src/astnode.h @@ -12,6 +12,9 @@ public: enum Type { tValue = 0x01000000, + tVarName = 0x01000001, + tLiteral = 0x01000002, + tFuncName = 0x01000003, tBranch = 0x02000000, tScope = 0x02000001, tIf = 0x02000002, -- cgit v1.2.3