aboutsummaryrefslogtreecommitdiff
path: root/src/inc/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/lexer.h')
-rw-r--r--src/inc/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/lexer.h b/src/inc/lexer.h
index f323f58..33b56af 100644
--- a/src/inc/lexer.h
+++ b/src/inc/lexer.h
@@ -6,6 +6,7 @@
enum token_type {
UNKNOWN,
NEWLINE,
+ END,
SPACE,
INSTR_START,