aboutsummaryrefslogtreecommitdiff
path: root/include/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tokenizer.h')
-rw-r--r--include/tokenizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tokenizer.h b/include/tokenizer.h
index c4c3725..3944ed1 100644
--- a/include/tokenizer.h
+++ b/include/tokenizer.h
@@ -30,7 +30,8 @@ typedef enum {
TOK_NUMBER,
TOK_SEMICOLON,
TOK_COLON,
- TOK_BINOP
+ TOK_BINOP,
+ TOK_PUB
} Token;
typedef struct {