correction bug expression de toLLVM, tout les test fragment0 marchent

This commit is contained in:
Rochas
2025-04-05 23:33:38 +02:00
parent 5e36f25197
commit c9f1f86a2c
6 changed files with 114 additions and 48 deletions

View File

@@ -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);