correction bug expression de toLLVM, tout les test fragment0 marchent
This commit is contained in:
@@ -49,10 +49,6 @@ public interface Interface{
|
||||
public <H,S> S accept(ExprVisitor<H,S> v, H h);
|
||||
}
|
||||
|
||||
public interface Val extends Expression{
|
||||
public ValLLVM getValLLVM();
|
||||
}
|
||||
|
||||
|
||||
public interface ExprVisitor<H,S> {
|
||||
public S visitConst(ConstImp e,H h);
|
||||
|
||||
Reference in New Issue
Block a user