Package org.renjin.compiler.ir.tac

Examples of org.renjin.compiler.ir.tac.IRBody.evaluate()


  private SEXP evalIR(String text) {
    System.out.println("======= " + text + "================");
    IRBody block = build(text);
    System.out.println(block.toString());   
    System.out.println();
    return block.evaluate(topLevelContext);
  }
 
 
  @Test
  public void closureBody() throws IOException {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.