toLLVM en visitor, todo : réparer la Declaration

This commit is contained in:
Rochas
2025-04-05 20:11:52 +02:00
parent 3f0ca04b19
commit b9b609f1e2
6 changed files with 159 additions and 116 deletions

View File

@@ -57,6 +57,7 @@ public interface Interface {
public interface TypeLLVM{
public String prettyprinter();
public int getNbBit();
}
}