forked from xxq250/Nasal-Interpreter
lexer,parser,import,codegen use the same error module.
This commit is contained in:
+4
-1
@@ -30,7 +30,10 @@ var prt=func()
|
||||
s~=elem~' ';
|
||||
s~='\n';
|
||||
}
|
||||
system("cls");
|
||||
if(os.platform()=="windows")
|
||||
system("cls");
|
||||
else
|
||||
system("clear");
|
||||
print(s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user