scratch-vm
scratch-vm copied to clipboard
Add BlockType.INLINE
Add the "Inline" BlockType used by More Control.
Circumvents the need for nasty vm overrides.
There's really 2 ways this could be implemented:
- Add it as a placeholder (XML, LABEL) which translates it into a BlockType.REPORTER with the necessary attributes (no compiler changes needed)
- Add it as a real BlockType with compiler changes, which might allow for more functionality such as util.startBranch()
sorry i deleted my head repo :despr: