view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 15093:5634b199c4da

Truffle: API-change: renamed CallNode to DirectCallNode and added IndirectCallNode.
author Christian Humer <christian.humer@gmail.com>
date Mon, 14 Apr 2014 20:32:25 +0200
parents ff3136ecb5a7
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
}