updated attempt...still a bit more work to do but here's what's current

This commit is contained in:
RJ Catalano
2015-12-15 11:00:35 -06:00
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1058,6 +1058,7 @@ ASTPointer<Expression> Parser::parsePrimaryExpression()
expectToken(oppositeToken);
return nodeFactory.createNode<TupleExpression>(components);
}
default:
if (Token::isElementaryTypeName(token))
{