diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-01-14 10:25:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-01-14 10:25:37 +0100 |
commit | 1d69979eef57e313ca35b3610cfedf84ca39ae63 (patch) | |
tree | 51742ab87777b55f75030e714e02c9f520b52bbc /include | |
parent | 42b86b43f54d23541b23c6e830a1225079bc7ad4 (diff) |
bla
Diffstat (limited to 'include')
-rw-r--r-- | include/tokenizer.h | 4 |
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 { |