summaryrefslogtreecommitdiff
path: root/src/astnode.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-18 01:07:03 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-18 01:07:03 -0700
commiteb053bb851d729fbe4db7959143df5cfb2063793 (patch)
tree0c49ad61b11611c5cdf17e8bedf13bbdb9a3d210 /src/astnode.cpp
parent1368849e36e1b5ecd0d595b713ca73f9d88da38b (diff)
downloadstage-eb053bb851d729fbe4db7959143df5cfb2063793.tar.gz
stage-eb053bb851d729fbe4db7959143df5cfb2063793.tar.bz2
stage-eb053bb851d729fbe4db7959143df5cfb2063793.tar.xz
stage-eb053bb851d729fbe4db7959143df5cfb2063793.zip
Setting up AstNode & Variable classes.
Diffstat (limited to 'src/astnode.cpp')
-rw-r--r--src/astnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astnode.cpp b/src/astnode.cpp
new file mode 100644
index 0000000..ff73346
--- /dev/null
+++ b/src/astnode.cpp
@@ -0,0 +1 @@
#include "astnode.h"