aboutsummaryrefslogtreecommitdiff
path: root/include/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tokenizer.h')
-rw-r--r--include/tokenizer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tokenizer.h b/include/tokenizer.h
index b4c9bfe..fcb9721 100644
--- a/include/tokenizer.h
+++ b/include/tokenizer.h
@@ -21,7 +21,9 @@ typedef enum {
TSL_TOKEN_LBRACE,
TSL_TOKEN_RBRACE,
TSL_TOKEN_LBRACKET,
- TSL_TOKEN_RBRACKET
+ TSL_TOKEN_RBRACKET,
+ TSL_TOKEN_COLON,
+ TSL_TOKEN_COMMA
} TslToken;
typedef struct {