toLLVM en cours
This commit is contained in:
@@ -7,12 +7,12 @@ import TP2.llvm.Interface.*;
|
||||
|
||||
|
||||
public class ProgramLLVM {
|
||||
static String INDENT = " ";
|
||||
|
||||
static String INDENT = " ";
|
||||
|
||||
//TODO //TODO
|
||||
public static record ProgramLLVMImpl(int target ,ArrayList<Integer> declration ,ArrayList<DefineLLVM> fonctions) implements ProgLLVM{
|
||||
|
||||
|
||||
public String prettyprinter(){
|
||||
String str = "";
|
||||
str += target + "\n"; //TODO
|
||||
|
||||
Reference in New Issue
Block a user