Python Instruction DSL proc macro
This repository is for a Rust proc macro that allows you to define Python opcodes with their stack effects using the Domain Specific Language (DSL) syntax. The syntax is described here.
It only supports a subset of the full syntax. This is meant to be used by the pyc-editor library to define Python opcodes in a concise manner.