diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tokenizer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tokenizer.h b/include/tokenizer.h index 6f00704..c58917f 100644 --- a/include/tokenizer.h +++ b/include/tokenizer.h @@ -25,7 +25,8 @@ typedef enum { TOK_CLOSING_BRACE, TOK_IMPORT, TOK_NUMBER, - TOK_DOT + TOK_DOT, + TOK_SEMICOLON } Token; typedef struct { |