Is there a java compiler flag that allows me to use goto as a valid construct? If not, are there any third-party java compilers that supports goto?
goto
You can write your code generator to target Jasmin. You can use goto in Jasmin as much as you like. :-)