This commit is contained in:
Valk Richard Li
2020-12-04 00:00:29 +08:00
parent c5d700d0bc
commit 2bb0f0bf47
2 changed files with 161 additions and 84 deletions
-3
View File
@@ -11,9 +11,6 @@ enum runtime_scalar_type
vm_vector,
vm_hash
};
#define MEM_BLK_SIZE 256 // 0x00 ~ 0xff
#define GC_BLK_SIZE 256 // 0x00 ~ 0xff
/*
nasal_number: basic type(double)
nasal_string: basic type(std::string)