X86 almost done for expr + stms (GC issues)

This commit is contained in:
Dmitry Boulytchev 2019-04-11 16:24:57 +03:00
parent 9bec185603
commit 2aa460a25a
6 changed files with 30 additions and 43 deletions

View file

@ -6,5 +6,5 @@ lists := [
];
for i := 0, i<lists.length, i:=i+1 do
printf ("%s\n", lists[i].string)
od
printf ("%s\n", lists[i].string)
od