poorna2152 / nballerina

WebAssembly Backend for the nBallerina compiler
https://ballerina.io/
Apache License 2.0
4 stars 0 forks source link

Fix loop continue #33

Closed poorna2152 closed 2 years ago

poorna2152 commented 2 years ago

This can be fixed either by fixing the region generation to have to have correct exit in a REGION_COND. Or adding a special boolean to notify that it is a continue branch.