222324252627282930
private IRProgram program; public void compile(SEXP exp) { program = new IRProgram(exp); compileMain(); }