I added some more backpatching and some more files for testing
This commit is contained in:
@ -309,6 +309,8 @@ void emit_return(TNodeOrConst * value){
|
||||
}
|
||||
|
||||
void emit_reserve(TableNode * result, TNodeOrConst * size){
|
||||
// this needs to change
|
||||
// we need to take a int
|
||||
emit_parameter(size);
|
||||
emit_function_call(result, 1, tn_or_const(NODE, look_up(cur, "reserve")));
|
||||
}
|
||||
|
Reference in New Issue
Block a user