Some more AST work. Functions no longer retain an identifer for their name.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "ASTData.h"
|
||||
|
||||
ASTData::ASTData() {
|
||||
this->type = undef;
|
||||
}
|
||||
|
||||
ASTData::ASTData(ASTType type, ValueType valueType) {
|
||||
|
||||
Reference in New Issue
Block a user