This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Opcode for catch_all
#147
Closed
Description
The opcode for catch_all
is currently specified to be 0x05
. This is the same as else
and it's technically unambiguous because it appears in the context of a try
. But it's also the first reuse that breaks the current 1:1 correspondence between opcodes and operators; that correspondence complicates some tools and implementations, so it might not be worthwhile just to save the extra number. Should we choose an unused opcode instead? See also the discussion here
Metadata
Metadata
Assignees
Labels
No labels