mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-19 12:10:04 +00:00
Major refactoring, added classes, many bug fixes
This commit is contained in:
@@ -18,6 +18,8 @@ typedef struct CObjString CObjString;
|
||||
typedef struct CObjUpval CObjUpval;
|
||||
typedef struct CObjFunction CObjFunction;
|
||||
typedef struct CObjCFunction CObjCFunction;
|
||||
typedef struct CObjMethod CObjMethod;
|
||||
typedef struct CObjClass CObjClass;
|
||||
typedef struct CObjClosure CObjClosure;
|
||||
|
||||
typedef uint8_t INSTRUCTION;
|
||||
|
||||
Reference in New Issue
Block a user