aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authorc+12023-10-28 09:59:56 -0400
committerc+12023-10-28 09:59:56 -0400
commitfb2efbd868556da31d128c755beeefd37b0178c3 (patch)
treeffa2932ba84b3f796236c46a58026c81ca60996d /src/include/token.h
parent820e75e4caa70be9719c728187a56f225e0bc136 (diff)
fixed numbers. Added keywords.
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;