toLLVM, manque table des symboles, et expression pas correct
This commit is contained in:
@@ -47,7 +47,7 @@ public interface Interface {
|
||||
public S visitBinOpLLVM(BinOpLLVMImp e, H h);
|
||||
}
|
||||
|
||||
public interface Val{
|
||||
public interface Val extends ExpressionLLVM{
|
||||
public String prettyprinter();
|
||||
}
|
||||
|
||||
@@ -55,4 +55,8 @@ public interface Interface {
|
||||
public String prettyprinter();
|
||||
}
|
||||
|
||||
public interface TypeLLVM{
|
||||
public String prettyprinter();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user