optimize location info gen in codegen

and refactor lib.nas, add multiple native modules
This commit is contained in:
ValKmjolnir
2023-07-23 23:57:25 +08:00
parent 51a0ef6b0c
commit 788e0026c2
31 changed files with 477 additions and 356 deletions
+2
View File
@@ -1,3 +1,5 @@
import.std.runtime;
var os_time=func(){
return "[\e[33;1m"~os.time()~"\e[0m] ";
}