feat: add debug logging system and fix context snapshot bounds safety

This commit is contained in:
2025-11-24 14:07:12 +00:00
parent 2419b9b51e
commit 274c44e0f7
10 changed files with 237 additions and 99 deletions
+1
View File
@@ -21,6 +21,7 @@ SOURCES = $(SRC_DIR)/main.c \
$(SRC_DIR)/oop.c \
$(SRC_DIR)/error.c \
$(SRC_DIR)/context.c \
$(SRC_DIR)/debug.c \
$(SRC_DIR)/stdlib/stdlib.c \
$(SRC_DIR)/stdlib/string/string_stdlib.c \
$(SRC_DIR)/stdlib/math/math_stdlib.c \