prepare to use new ast

This commit is contained in:
ValKmjolnir
2023-06-05 00:11:37 +08:00
parent afc8c54487
commit 9bf4eacc62
7 changed files with 250 additions and 72 deletions

View File

@@ -11,7 +11,7 @@ var new_map=func(width,height){
}
var prt=func(map){
var s='\ec\e[1;1H';
var s='\e[H';
foreach(var line;map){
foreach(var elem;line)
s~=elem~' ';