From 9bb350e99370009a18df3c3b8f512d2c11168978 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 22 Oct 2021 15:35:28 +0200 Subject: Add visitor to compiler --- src/bytecode/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bytecode/errors.h') diff --git a/src/bytecode/errors.h b/src/bytecode/errors.h index c54d1f4..7b3446e 100644 --- a/src/bytecode/errors.h +++ b/src/bytecode/errors.h @@ -5,6 +5,7 @@ typedef enum ErrorType { ERR_TYPE_OK, ERR_TYPE_LEXER, ERR_TYPE_PARSER, + ERR_TYPE_COMPILER, ERR_TYPE_RUNTIME, } ErrorType; -- cgit v1.2.1