Added string.split() & string.find()

This commit is contained in:
2021-01-17 14:07:30 -06:00
parent 2864c7be53
commit 3c19079262
3 changed files with 97 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#include "cstate.h"
#define GC_STRESS
//#define GC_STRESS
//#define GC_DEBUG
// arrays will grow by a factor of 2
#define GROW_FACTOR 2