More stuff! Tons of stuff!

This commit is contained in:
Markus Hauschild
2013-06-01 00:16:38 +02:00
parent 28ca85b94e
commit a778d524b1
11 changed files with 111 additions and 11 deletions

9
src/AST/Statement.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "AST/Statement.h"
Statement::Statement() {
//
}
Statement::~Statement() {
//
}