New samples, updated docs

This commit is contained in:
Joshua Bell
2013-08-18 21:26:39 -07:00
parent 0a509a7360
commit 20d03b70fb
4 changed files with 100 additions and 2 deletions

View File

@@ -88,8 +88,7 @@ if (args.length !== 1) {
var filename = args[0];
function load(_s) { eval(host.fetch(_s)); }
load("basic.js");
eval(host.fetch("basic.js"));
// Compile
var program = (function() {