lexer,parser,import,codegen use the same error module.

This commit is contained in:
ValKmjolnir
2021-12-23 21:15:50 +08:00
parent 30650bb64f
commit f0ae63bce5
11 changed files with 160 additions and 136 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ var prt=func()
s~=elem~' ';
s~='\n';
}
system("cls");
if(os.platform()=="windows")
system("cls");
else
system("clear");
print(s);
}