We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59b043 commit 47543f1Copy full SHA for 47543f1
semantic_actions_utils.h
@@ -116,6 +116,7 @@ namespace semantic_actions_util {
116
ofstream java_bytecode_file;
117
java_bytecode_file.open("java_bytecode.j");
118
for(auto instruction: outputCode){
119
+ // if(instruction.find("goto _") != string::npos) continue;
120
java_bytecode_file<< instruction<< endl;
121
}
122
java_bytecode_file.close();
0 commit comments