Add doWhile -> control_while to specmap

This commit is contained in:
Florrie 2018-04-07 13:51:29 -03:00
parent 2d9bd92140
commit 27d053acff

View file

@ -768,6 +768,19 @@ const specMap = {
}
]
},
'doWhile': {
opcode: 'control_while',
argMap: [
{
type: 'input',
inputName: 'CONDITION'
},
{
type: 'input',
inputName: 'SUBSTACK'
}
]
},
'doForLoop': {
opcode: 'control_for_each',
argMap: [