mutant
mutant copied to clipboard
Add numblock specific body mutations
The generic mutator may take out the numblock lvars, which would turn the node into a not numblock anymore.
The solution will require to scan the generated node for numblock args, and on their absence fall back to regular blocks. This needs to honor lvar scope boundaries, nested numblocks etc.
Related to: https://github.com/mbj/mutant/issues/1243