mirror of
https://github.com/janet-lang/janet
synced 2025-11-08 03:23:01 +00:00
Finish removing FORM type as well as symbol type.
This commit is contained in:
@@ -13,10 +13,8 @@ typedef enum Type {
|
||||
TYPE_NUMBER,
|
||||
TYPE_BOOLEAN,
|
||||
TYPE_STRING,
|
||||
TYPE_SYMBOL,
|
||||
TYPE_ARRAY,
|
||||
TYPE_THREAD,
|
||||
TYPE_FORM,
|
||||
TYPE_BYTEBUFFER,
|
||||
TYPE_FUNCTION,
|
||||
TYPE_CFUNCTION,
|
||||
|
||||
Reference in New Issue
Block a user