Scrap Virtual Machine and begin again

I just didn't like the style of it.
This commit is contained in:
Ginger Bill
2016-11-03 16:26:22 +00:00
parent 8534e064b9
commit 6c2772d093
7 changed files with 1358 additions and 1194 deletions

View File

@@ -23,5 +23,10 @@ main :: proc() {
}
foo()
x := test("Hello")
x = test("Hello").count as i64
xp := ^x
p := xp^
z := [..]i64{1, 2, 3, 4}
z[0] = p
}