wrote code to handle dictionary expression and association expression notation
This commit is contained in:
@ -860,6 +860,11 @@ enum moo_bcode_t
|
||||
BCODE_STORE_INTO_OBJVAR_X = 0xE8, /* 232 ## */
|
||||
BCODE_POP_INTO_OBJVAR_X = 0xEC, /* 236 ## */
|
||||
|
||||
/* UNUSED 237 */
|
||||
|
||||
BCODE_MAKE_DICTIONARY = 0xEE, /* 238 */
|
||||
BCODE_POP_INTO_DICTIONARY = 0xEF, /* 239 */
|
||||
|
||||
BCODE_SEND_MESSAGE_X = 0xF0, /* 240 ## */
|
||||
BCODE_MAKE_ASSOCIATION = 0xF1, /* 241 */
|
||||
BCODE_POP_INTO_ASSOCIATION_KEY = 0xF2, /* 242 */
|
||||
|
Reference in New Issue
Block a user