correction bug expression de toLLVM, tout les test fragment0 marchent
This commit is contained in:
@@ -40,6 +40,7 @@ public interface Interface {
|
||||
//////////ExpressionLLVM (expression)
|
||||
public interface ExpressionLLVM{
|
||||
public String prettyprinter();
|
||||
public TypeLLVM getType();
|
||||
}
|
||||
|
||||
public interface ExpressionLLVMVisitor<H,S> {
|
||||
|
||||
Reference in New Issue
Block a user