diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-01-14 09:58:51 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-01-14 09:58:51 +0100 |
commit | 42b86b43f54d23541b23c6e830a1225079bc7ad4 (patch) | |
tree | 24a0fe382930348b6c5fccef8c4d355a1ff0dffb /include | |
parent | 44b41bcab276f85c96bce88609865ffa4232f7e2 (diff) |
kk
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 8b511ed..b4c9bfe 100644 --- a/include/tokenizer.h +++ b/include/tokenizer.h @@ -19,7 +19,9 @@ typedef enum { TSL_TOKEN_NULL, TSL_TOKEN_EQUAL, TSL_TOKEN_LBRACE, - TSL_TOKEN_RBRACE + TSL_TOKEN_RBRACE, + TSL_TOKEN_LBRACKET, + TSL_TOKEN_RBRACKET } TslToken; typedef struct { |