diff options
author | Marvin Borner | 2021-04-27 16:24:24 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-27 16:24:24 +0200 |
commit | 7c047df78502d53411fef09c6e39540d2b7e796a (patch) | |
tree | 00a72bb40f81e7294cb1dde776159ed219ee4967 /src/inc/lexer.h | |
parent | 60e7b5069d5936546356053f85008a5a02bb473a (diff) |
Fixed some overflows and enabled live parsing
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, |