aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/token.h b/src/include/token.h
index 129ed76..9e64c97 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -24,6 +24,7 @@ typedef struct TOKEN_STRUC {
TOKEN_RLIST,
TOKEN_LLIST,
TOKEN_ESC,
+ TOKEN_KWD,
TOKEN_INT
} type;