correction Call et CallVoid avec print et read + clean
This commit is contained in:
@@ -218,7 +218,7 @@ public class ProgramLLVM {
|
||||
}
|
||||
}
|
||||
|
||||
public static record CharLLVMImp(Boolean isString) implements TypeLLVM{
|
||||
public static record CharLLVMImp() implements TypeLLVM{
|
||||
@Override
|
||||
public <H, S> S accept(TypeLLVMVisitor<H, S> v, H h) {
|
||||
return v.visitCharLLVM(this, h);
|
||||
|
||||
Reference in New Issue
Block a user