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 26bec82b52
commit dc56162c55
31 changed files with 477 additions and 356 deletions
+3
View File
@@ -1,3 +1,5 @@
import.std.runtime;
# basic type
nil;
2147483647;
@@ -202,6 +204,7 @@ foreach(i;a){
;
}
println(runtime.argv());
println(globals.arg);
func(a,b,c,d="只有红茶可以吗"){
println(a,' ',b,' ',c,' ',d,' true: ',true,' false: ',false);
}(c:1919810,b:514,a:114);