forked from xxq250/Nasal-Interpreter
🐛 fix bug in json.cpp & add std/argparse.nas
This commit is contained in:
@@ -5,6 +5,7 @@ use std.runtime;
|
||||
use std.os;
|
||||
use std.io;
|
||||
use std.unix;
|
||||
use std.math;
|
||||
|
||||
var is_windows_platform=os.platform()=="windows";
|
||||
var is_macos_platform=os.platform()=="macOS";
|
||||
|
||||
Reference in New Issue
Block a user