added some experimental code to support object finalization

This commit is contained in:
hyunghwan.chung
2017-07-20 16:33:53 +00:00
parent fc121cd70a
commit 03fd02d59b
10 changed files with 481 additions and 75 deletions

View File

@ -4354,7 +4354,7 @@ static int compile_block_expression (moo_t* moo)
{
colon_loc = moo->c->tok.loc;
/* block temporary variables */
/* block temporary variables - argument to blocks */
do
{
GET_TOKEN (moo);