[RUNTIME] Lower-level interface for executing functions

This commit is contained in:
Philippe Tillet
2020-08-11 20:10:39 -04:00
parent 8e5744f171
commit 30ac1359b9
25 changed files with 219 additions and 916 deletions

View File

@@ -2778,6 +2778,8 @@ ASTNode::Attr Parser::ParseAttribute() {
ret.kind = ASTNode::Attr::MULTIPLEOF;
else if(name == "noalias")
ret.kind = ASTNode::Attr::NOALIAS;
else if(name == "retune")
ret.kind = ASTNode::Attr::RETUNE;
else
Error(tok, "unknown attribute kind");
// set exprs