renamed function->block to function->body
This commit is contained in:
@@ -282,7 +282,7 @@ namespace parser {
|
||||
delete ret;
|
||||
return nullptr;
|
||||
}
|
||||
ret->block = parse_block();
|
||||
ret->body = parse_block();
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
Reference in New Issue
Block a user