detection d'erreur Fonction/Proto + harmonisation nom des Class dans ProgramLLVM (mélange de 'Imp' et 'Impl')
This commit is contained in:
@@ -55,7 +55,7 @@ public class Main {
|
||||
// Generate the intermediate representation
|
||||
//System.out.println("todo");
|
||||
|
||||
ProgramLLVMImpl astLLVM = ast.toLLVM();
|
||||
ProgramLLVMImp astLLVM = ast.toLLVM();
|
||||
//System.out.println("\n\n PRETTYPRINTER LLVM : \n--------------\n");
|
||||
System.out.println(astLLVM.prettyprinter());
|
||||
//System.out.println("\n\n PRETTYPRINTER LLVM : \n--------------\n");
|
||||
|
||||
Reference in New Issue
Block a user