merge runtime regs into struct context

This commit is contained in:
ValKmjolnir
2023-04-08 00:18:58 +08:00
parent 6410cfada2
commit 8655c5091e
10 changed files with 419 additions and 602 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ var run=func(width,height){
forindex(var j;map[i])
map[i][j]=rand()<0.45?'O':'.';
for(var r=0;r<200;r+=1){
for(var r=0;r<100;r+=1){
prt(map);
for(var i=0;i<height;i+=1)
for(var j=0;j<width;j+=1){