Bytecode interpreter init

This commit is contained in:
Krzosa Karol
2022-06-20 19:27:22 +02:00
parent 9f7d51ff02
commit 5a8f36b16a
5 changed files with 514 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ test_arrays :: ()
for i := 0, i < length_of(array1), i+=1;; assert(0 == array1[i])
print("Thing % %", {30, 20})
test_array_any(10, {20, 30})
test_array_any(array_of_any = {20, 30}, any = 10)
// test_array_any(10, 20, 30) // @fix
Some_Struct :: struct