Merge branch 'mplamann' into run_vm

Conflicts:
	public/vm/index.js
This commit is contained in:
2015-04-13 23:12:40 -04:00
48 changed files with 1678 additions and 291 deletions

View File

@@ -1,5 +1,4 @@
var ByteStream = function (byte_array) {
console.log("Instance created.");
this.byte_array = byte_array;
this.index = 0;
};