begin work on strings

This commit is contained in:
Lobo 2026-01-12 09:01:33 -03:00
parent 83fce46449
commit 91714d1025
7 changed files with 32 additions and 1 deletions

View file

@ -10,6 +10,7 @@ static const char *typenames[] = {
[TYPE_SYM] = "symbol",
[TYPE_PRIM] = "primitive",
[TYPE_PAIR] = "pair",
[TYPE_STR] = "string",
[TYPE_CLOS] = "closure",
[TYPE_MAC] = "macro",
};