2013-09-26 15:16:58 -04:00
|
|
|
#include "ASTTransformation.h"
|
|
|
|
|
|
|
|
|
|
ASTTransformation::ASTTransformation() {
|
|
|
|
|
//
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ASTTransformation::~ASTTransformation() {
|
|
|
|
|
//
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-02 03:15:20 -04:00
|
|
|
NodeTree<ASTData>* ASTTransformation::transform(NodeTree<Symbol>* from) {
|
2013-09-26 15:16:58 -04:00
|
|
|
return NULL;
|
|
|
|
|
}
|