This commit is contained in:
2026-05-14 13:02:43 -05:00
parent 2265b8cf08
commit 3e47163ee5
6 changed files with 144 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ typedef enum {
T_ERR_STACK_UNDERFLOW = -1, T_ERR_STACK_FP_UNDERFLOW = -2, T_ERR_STACK_ACCESS_OUT_OF_RANGE = -3,
T_ERR_HEAP_KEY_NOT_FOUND = -10,
T_ERR_TABLE_KEY_NOT_FOUND = -20,
T_ERR_ASSEMBLER_SYNTAX_ERROR = -30,
} TYC_RESULT;
#endif //TYCHE_TYCHE_H