aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/errors.h')
-rw-r--r--src/bytecode/errors.h1
1 files changed, 1 insertions, 0 deletions
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 {
5 ERR_TYPE_OK, 5 ERR_TYPE_OK,
6 ERR_TYPE_LEXER, 6 ERR_TYPE_LEXER,
7 ERR_TYPE_PARSER, 7 ERR_TYPE_PARSER,
8 ERR_TYPE_COMPILER,
8 ERR_TYPE_RUNTIME, 9 ERR_TYPE_RUNTIME,
9} ErrorType; 10} ErrorType;
10 11