When using a flow control like goto in my code Prometheus crashes.
My arguments are: --preset Minify
The error: �[0m�[31mPROMETHEUS: Parsing Error at Position 294:65, unexpected token "continue", expected "="�[0m
goto statements should work as expected, and the obfuscator shouldn't crash.
Screenshots

This happens in all my source files wich use goto's just for simple loop flow control. I'll see if I can share min. example to repproduce next week.