Remove libc dependency for the generated code
This commit is contained in:
@ -165,7 +165,7 @@ namespace elna::source
|
||||
this->current.emplace_back(quadruple_operator::start);
|
||||
program->body().accept(this);
|
||||
this->current.emplace_back(quadruple_operator::stop);
|
||||
code["main"] = std::move(this->current);
|
||||
code["_start"] = std::move(this->current);
|
||||
}
|
||||
|
||||
void intermediate_code_generator::visit(call_statement *statement)
|
||||
|
Reference in New Issue
Block a user