test unimplant

This commit is contained in:
Vu Tuan Minh
2025-04-10 10:56:11 +02:00
parent ecdb8ac687
commit 48763ff76e
8 changed files with 62 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
package TP2.llvm;
import TP2.asd.Program.IfThenElseImp;
import TP2.llvm.ProgramLLVM.*;
public interface Interface {
@@ -31,6 +32,9 @@ public interface Interface {
public S visitStoreLLVM(StoreLLVMImpl instr, H h);
public S visitPrintLLVM(PrintLLVMImpl instr, H h);
public S visitReadLLVM(ReadLLVMImpl instr, H h);
public S visitIfThenElseLLVM(IfThenElseImp instr, H h);
public S visitIfThenLLVM(IfThenImp instr, H h);
public S visitWhileLLVM(WhileImp instr, H h);
}
//////////ExpressionLLVM (expression)