Implementing 'with' opcode; replacing 'end_with' opcode with 'meta' opcode of corresponding type.

This commit is contained in:
Ruben Ayrapetyan
2014-08-27 21:38:53 +04:00
parent f08c242156
commit 5d2b535cec
8 changed files with 93 additions and 14 deletions
+1 -1
View File
@@ -2083,7 +2083,7 @@ parse_with_statement (void)
skip_newlines ();
parse_statement ();
DUMP_VOID_OPCODE (end_with);
DUMP_OPCODE_3 (meta, OPCODE_META_TYPE_END_WITH, INVALID_VALUE, INVALID_VALUE);
}
/* switch_statement