Merge branch 'main' of https://gitlab2.istic.univ-rennes1.fr/tuvu/tp2-vsl-pds
This commit is contained in:
@@ -42,7 +42,6 @@ public class PrettyprinterVisitor implements ProgramVisitor<String,String>,
|
||||
str+=", ";
|
||||
}
|
||||
}
|
||||
|
||||
return str+")";
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ public interface Interface {
|
||||
public interface ProgramLLVMVisitor<H,S> {
|
||||
public S visitProgramLLVM(ProgramLLVMImpl prog, H h);
|
||||
}
|
||||
|
||||
|
||||
//////////DefineLLVM (function)
|
||||
public interface DefineLLVM{
|
||||
public <H,S> S accept(DefineLLVMVisitor<H,S> v, H h);
|
||||
|
||||
Reference in New Issue
Block a user