From 1d69979eef57e313ca35b3610cfedf84ca39ae63 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 14 Jan 2020 10:25:37 +0100 Subject: bla --- include/tokenizer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3