mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
add unix.isdir and unix.isfile
This commit is contained in:
+1
-1
@@ -307,7 +307,7 @@ inline nasal_hash* nasal_ref::hash(){return value.gcobj->ptr.hash;}
|
||||
inline nasal_func* nasal_ref::func(){return value.gcobj->ptr.func;}
|
||||
inline nasal_obj* nasal_ref::obj (){return value.gcobj->ptr.obj; }
|
||||
|
||||
constexpr uint32_t STACK_MAX_DEPTH=2047;
|
||||
constexpr uint32_t STACK_MAX_DEPTH=4095;
|
||||
struct nasal_gc
|
||||
{
|
||||
nasal_ref zero;
|
||||
|
||||
Reference in New Issue
Block a user