begin work on strings
This commit is contained in:
parent
83fce46449
commit
91714d1025
7 changed files with 32 additions and 1 deletions
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue