rrthomas / mit

A simple stack-based VM
Other
10 stars 3 forks source link

Code labels #397

Open rrthomas opened 4 years ago

rrthomas commented 4 years ago

When we introduce code labels, remove the number of arguments and results operands to CALL and CATCH; instead, decorate the instruction with a label type. (This then matches the raw instructions to Bee.)