diff options
Diffstat (limited to 'src/inc/lexer.h')
-rw-r--r-- | src/inc/lexer.h | 1 |
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, |