Made Symbol always stack, not heap, allocated. Finally fixed bugs with ASTTransformation.
This commit is contained in:
@@ -8,6 +8,6 @@ ASTTransformation::~ASTTransformation() {
|
||||
//
|
||||
}
|
||||
|
||||
virtual NodeTree<Symbol*>* ASTTransformation::transform(NodeTree<ASTData>* from) {
|
||||
NodeTree<ASTData>* ASTTransformation::transform(NodeTree<Symbol>* from) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user