Some more AST work. Functions no longer retain an identifer for their name.

This commit is contained in:
Nathan Braswell
2013-10-26 11:47:34 -04:00
parent 02fd878c92
commit e818236e90
5 changed files with 53 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#include "ASTData.h"
ASTData::ASTData() {
this->type = undef;
}
ASTData::ASTData(ASTType type, ValueType valueType) {