blastb(1) converts GOGO statements in java class files

SYNOPSIS

blastb file file class file generated by f2java

DESCRIPTION

To recompile java source files generated by f2java, using javac command, the generated class file must be post-treated with the javab tool.
 It converts the GOTO statements in the class file and remove warnings such as "Untransformed goto remaining in program).

AUTHOR

Man page by Olivier Sallou <[email protected]> f2java project by Keith Seymour <[email protected]>