789790791792793794795
public Operand buildBegin(BeginNode beginNode, IRScope s) { return build(beginNode.getBodyNode(), s); } public Operand buildBignum(BignumNode node, IRScope s) { return new Fixnum(node.getValue()); }
1944194519461947194819491950
throw new NotCompilableException("ERROR: Encountered a method with a non-block, non-blockpass iter node at: " + node); } } public Operand buildFixnum(FixnumNode node, IRScope m) { return new Fixnum(node.getValue()); }