mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-09-28 14:17:37 +00:00
added basic objects
This commit is contained in:
@@ -29,6 +29,9 @@ typedef enum {
|
||||
OP_CALL, // calls top[-uint8_t]
|
||||
OP_CLOSURE,
|
||||
OP_CLOSE,
|
||||
OP_NEWOBJECT,
|
||||
OP_GETOBJECT,
|
||||
OP_SETOBJECT,
|
||||
|
||||
// ARITHMETIC
|
||||
OP_ADD,
|
||||
|
Reference in New Issue
Block a user