From 7c047df78502d53411fef09c6e39540d2b7e796a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 27 Apr 2021 16:24:24 +0200 Subject: Fixed some overflows and enabled live parsing --- src/inc/lexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inc/lexer.h') 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, -- cgit v1.2.3