detection d'erreur Fonction/Proto + harmonisation nom des Class dans ProgramLLVM (mélange de 'Imp' et 'Impl')
This commit is contained in:
@@ -8,7 +8,7 @@ public interface Interface{
|
||||
public interface ProgramI {
|
||||
public <H,S> S accept(ProgramVisitor<H,S> v, H h);
|
||||
public String prettyprinter();
|
||||
public ProgramLLVMImpl toLLVM();
|
||||
public ProgramLLVMImp toLLVM();
|
||||
}
|
||||
|
||||
public interface ProgramVisitor<H,S> {
|
||||
@@ -66,7 +66,7 @@ public interface Interface{
|
||||
public S visitConst(ConstImp e,H h);
|
||||
public S visitBinOp(BinopExpressionImp e, H h);
|
||||
public S visitVar(VarImp e,H h);
|
||||
public S visitAppeal(Appeal instr, H h);
|
||||
public S visitAppeal(AppealImp instr, H h);
|
||||
}
|
||||
|
||||
public interface Type{
|
||||
|
||||
Reference in New Issue
Block a user