PeachCompiler icon indicating copy to clipboard operation
PeachCompiler copied to clipboard

For loop generation error when inside another function

Open fedi-nabli opened this issue 1 year ago • 1 comments

I found a bug, when I place a for loop in another function besides main it thinks it needs a ; after the loop part and gives a segmentation fault.

the code: for (x = 0; x < 50; x += 1) { continue; }

fedi-nabli avatar Mar 25 '24 10:03 fedi-nabli

Thanks for the report Fedi, Kind Regards, Daniel

dragonzapeducation avatar Mar 25 '24 10:03 dragonzapeducation