py: Improve native emitter; now supports more opcodes.

This commit is contained in:
Damien George
2014-05-07 18:30:52 +01:00
parent 36db6bcf54
commit a32c1e41cc
8 changed files with 89 additions and 30 deletions

View File

@@ -121,6 +121,7 @@ typedef enum {
MP_F_IMPORT_ALL,
MP_F_NEW_SLICE,
MP_F_UNPACK_SEQUENCE,
MP_F_UNPACK_EX,
MP_F_NUMBER_OF,
} mp_fun_kind_t;