better GC debugging, added base object for tables

This commit is contained in:
2020-11-02 22:32:39 -06:00
parent a15c8d67a1
commit fe93a0b715
7 changed files with 70 additions and 13 deletions

View File

@@ -90,7 +90,6 @@ static void runFile(const char* fileName) {
char* script = readFile(fileName);
CState *state = cosmoV_newState();
interpret(state, script);
cosmoV_freeState(state);