Skip to content
Snippets Groups Projects

Change builtin functions mangling and their return type flattening

26 files
+ 823
382
Compare changes
  • Side-by-side
  • Inline

Files

@@ -43,6 +43,6 @@ ASTNodeAffectationExpressionBuilder::ASTNodeAffectationExpressionBuilder(ASTNode
@@ -43,6 +43,6 @@ ASTNodeAffectationExpressionBuilder::ASTNodeAffectationExpressionBuilder(ASTNode
error_message << "undefined affectation type: ";
error_message << "undefined affectation type: ";
error_message << rang::fgB::red << affectation_name << rang::fg::reset;
error_message << rang::fgB::red << affectation_name << rang::fg::reset;
throw ParseError(error_message.str(), std::vector{node.begin()});
throw ParseError(error_message.str(), std::vector{node.children[0]->begin()});
}
}
}
}
Loading