mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
55348ce0da
Add 13 new opcodes (OP_GETIDX0, OP_MATCHERR, OP_SSEND0, OP_SEND0, OP_BLKCALL, OP_RETSELF, OP_RETNIL, OP_RETTRUE, OP_RETFALSE, OP_ADDILV, OP_SUBILV, OP_TDEF, OP_SDEF). Fix renamed instructions (OP_LOADT -> OP_LOADTRUE, etc.). Update title and introduction to reflect current state. Co-authored-by: Claude <noreply@anthropic.com>