diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-18 01:07:03 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-18 01:07:03 -0700 |
commit | eb053bb851d729fbe4db7959143df5cfb2063793 (patch) | |
tree | 0c49ad61b11611c5cdf17e8bedf13bbdb9a3d210 /src/astnode.cpp | |
parent | 1368849e36e1b5ecd0d595b713ca73f9d88da38b (diff) | |
download | stage-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.cpp | 1 |
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" | |||