summaryrefslogtreecommitdiff
path: root/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'token.h')
-rw-r--r--token.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/token.h b/token.h
index c00c870..453b554 100644
--- a/token.h
+++ b/token.h
@@ -4,6 +4,9 @@
#define MAX_IDENT_LENGTH 128
enum TOKEN_TYPE {
+ /* Nop token to indicate lexer success */
+ TOK_BEGIN,
+
/* Keywords */
TOK_MODULE,
TOK_INPUT,