DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

Loop with unconditional break will generate needless continue wasm instruction #113

Closed DenialAdams closed 1 year ago

DenialAdams commented 1 year ago
proc main() {
   loop {
      break;
   }
}
DenialAdams commented 1 year ago

nvm, i addressed this before submission