wrote code to handle dictionary expression and association expression notation
This commit is contained in:
@@ -488,6 +488,15 @@ int moo_decode (moo_t* moo, moo_oop_method_t mth, const moo_oocs_t* classfqn)
|
||||
break;
|
||||
/* -------------------------------------------------------- */
|
||||
|
||||
case BCODE_MAKE_DICTIONARY:
|
||||
FETCH_PARAM_CODE_TO (moo, b1);
|
||||
LOG_INST_1 (moo, "make_dictionary %zu", b1);
|
||||
break;
|
||||
|
||||
case BCODE_POP_INTO_DICTIONARY:
|
||||
LOG_INST_0 (moo, "pop_into_dictionary");
|
||||
break;
|
||||
|
||||
case BCODE_MAKE_ASSOCIATION:
|
||||
LOG_INST_0 (moo, "make_association");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user