Added in structure for tree transformations.
This commit is contained in:
13
src/ASTTransformation.cpp
Normal file
13
src/ASTTransformation.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "ASTTransformation.h"
|
||||
|
||||
ASTTransformation::ASTTransformation() {
|
||||
//
|
||||
}
|
||||
|
||||
ASTTransformation::~ASTTransformation() {
|
||||
//
|
||||
}
|
||||
|
||||
virtual NodeTree<Symbol*>* ASTTransformation::transform(NodeTree<ASTData>* from) {
|
||||
return NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user