working on the debugger mode

This commit is contained in:
cozis
2021-11-02 08:02:58 +00:00
parent 6be81ffa36
commit 7e04b0fc6d
7 changed files with 302 additions and 154 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ ar rcs build/libnoja-runtime.a \
gcc tests/src/test-parse.c -o build/test-parse $FLAGS -Lbuild/ -lnoja-compile -lxjson
gcc tests/src/test-objects.c -o build/test-objects $FLAGS -Lbuild/ -lnoja-objects
gcc src/main.c \
gcc src/main.c src/debug.c \
temp/utils/hash.o \
temp/utils/stack.o \
temp/utils/source.o \