Skip to content
Snippets Groups Projects
Commit bbf8c79a authored by lucien.noel's avatar lucien.noel
Browse files

cleaning code

parent b525847b
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,6 @@ public class ByteCodeGenerator implements ASTVisitor {
bytecode+="getstatic java/lang/System/out Ljava/io/PrintStream;\n";
loadIntInByteCode(expr);
bytecode+="invokevirtual java/io/PrintStream/println(I)V\n";
}else if(expr instanceof Idf){
}
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment