todo toLLVM
This commit is contained in:
@@ -45,6 +45,7 @@ public interface Interface{
|
||||
public interface Expression {
|
||||
public <H,S> S accept(ExprVisitor<H,S> v, H h);
|
||||
public String prettyprinter();
|
||||
public DefineLLVM toLLVM();
|
||||
}
|
||||
|
||||
public interface ExprVisitor<H,S> {
|
||||
|
||||
Reference in New Issue
Block a user