summaryrefslogtreecommitdiffstats
path: root/dimension/tokenize.h
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/tokenize.h')
-rw-r--r--dimension/tokenize.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dimension/tokenize.h b/dimension/tokenize.h
index 2e82f98..cc8148f 100644
--- a/dimension/tokenize.h
+++ b/dimension/tokenize.h
@@ -45,8 +45,15 @@ typedef enum {
DMNSN_SPHERE,
DMNSN_BOX,
+ /* Directives (#declare, etc.) */
+ DMNSN_INCLUDE, /* Only used internally */
+ DMNSN_DECLARE,
+
/* Identifiers */
DMNSN_IDENTIFIER,
+
+ /* Strings */
+ DMNSN_STRING,
} dmnsn_token_type;
typedef struct dmnsn_token dmnsn_token;