mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-03 09:30:03 +00:00
Fixed table iteration bug, added vm.globals to debug lib
This commit is contained in:
@@ -38,6 +38,7 @@ typedef struct CObjCFunction CObjCFunction;
|
||||
typedef struct CObjMethod CObjMethod;
|
||||
typedef struct CObjError CObjError;
|
||||
typedef struct CObjObject CObjObject;
|
||||
typedef struct CObjTable CObjTable;
|
||||
typedef struct CObjClosure CObjClosure;
|
||||
|
||||
typedef uint8_t INSTRUCTION;
|
||||
|
||||
Reference in New Issue
Block a user