mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ef98eb2c29
`a::B = c` should evaluate `a` then `c`. It used to be `c` then `a`. The `OP_SETMCNST` instruction operands are designed for older order in mind. Should we changed the operand order?