view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 16391:50d79ad439f1

Truffle/Instrumentation: rename PhylumTag to SyntaxTag (along with related classes/methods)
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 02 Jul 2014 16:06:42 -0700
parents b16ec83edc73
children
line wrap: on
line source

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