summaryrefslogtreecommitdiff
path: root/src/core/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/token.h')
-rw-r--r--src/core/token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/token.h b/src/core/token.h
index cb41335..1660e7b 100644
--- a/src/core/token.h
+++ b/src/core/token.h
@@ -109,6 +109,8 @@ typedef enum {
TT_WHILE,
TT_UNTIL,
TT_NEXT,
+ TT_LOOP,
+ TT_DO,
TT_INT,
TT_DEFINED,
TT_UNDEF,