Formatting and add Scope

This commit is contained in:
Markus Hauschild
2013-06-01 02:27:01 +02:00
parent 2ebc62ad58
commit 8423949f42
5 changed files with 79 additions and 39 deletions

View File

@@ -14,6 +14,7 @@
#include "AST/Expression.h"
#include "AST/IfStatement.h"
#include "AST/ParameterList.h"
#include "AST/Scope.h"
#include "AST/Statement.h"
#include "AST/StatementList.h"
#include "AST/Type.h"