fixed GC bug, extended strings

This commit is contained in:
2020-11-27 19:34:54 -06:00
parent e784933517
commit fe2bcf8ae6
3 changed files with 28 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ typedef enum {
// literals
TOKEN_IDENTIFIER,
TOKEN_STRING,
TOKEN_STRING, // token.start is heap allocated and separate from the source string!
TOKEN_NUMBER,
TOKEN_NIL,
TOKEN_TRUE,