Fixed the triple string RegEx. Had included quotes in the main part of the RegEx by accident.
This commit is contained in:
@@ -304,7 +304,7 @@ Type* ASTTransformation::typeFromString(std::string typeIn, NodeTree<ASTData>* s
|
||||
else {
|
||||
baseType = none;
|
||||
typeDefinition = scopeLookup(scope, edited);
|
||||
std::cout << "scopeLookup of type " << edited << " returned " << typeDefinition << std::endl;
|
||||
//std::cout << "scopeLookup of type " << edited << " returned " << typeDefinition << std::endl;
|
||||
}
|
||||
return new Type(baseType, typeDefinition, indirection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user