Minor refactor, added vm.* library

- cosmoV_pushObj() has been added
- cbaselib.h has been cleaned up a bit
This commit is contained in:
2021-01-25 15:04:16 -06:00
parent 0be6e7dff1
commit cd6744ab65
8 changed files with 158 additions and 56 deletions

View File

@@ -3,7 +3,7 @@
#include "cosmo.h"
typedef enum {
typedef enum CObjType {
COBJ_STRING,
COBJ_OBJECT,
COBJ_TABLE,