mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
✨ optimize location info gen in codegen
and refactor lib.nas, add multiple native modules
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user