From dbfb6ab16c6ff83291b9401a0432d814f9c6fda0 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Sat, 2 Aug 2025 03:54:21 -0400 Subject: bunch of stuff to make error messages look more like gcc lol --- lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lex.h') diff --git a/lex.h b/lex.h index 9c38208..66de6d5 100644 --- a/lex.h +++ b/lex.h @@ -83,6 +83,7 @@ typedef struct { } Lexer; typedef enum { + LE_NONE, LE_WARN, LE_ERROR } LexErr; -- cgit v1.2.3