From 8186228baa8a4e646e2f11c0dbbf6a023079f8eb Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 6 Apr 2022 22:02:55 -0300 Subject: Add initial implementation of symbol checking --- src/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/errors.h') diff --git a/src/errors.h b/src/errors.h index 871711b..eb83e52 100644 --- a/src/errors.h +++ b/src/errors.h @@ -23,6 +23,8 @@ typedef enum ErrorValue { ERR_NOT_A_BOOL, ERR_NOT_A_LPAREN, ERR_NOT_A_RPAREN, + ERR_SYMBOL_REDEF, + ERR_UNKNOWN_SYMBOL, ERR_OK, } ErrorValue; -- cgit v1.2.1