We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d877da6 commit d0a9d2eCopy full SHA for d0a9d2e
2 files changed
bin/word.exe
0 Bytes
src/interpreter.c
@@ -35,8 +35,6 @@ int main(int argc, char *argv[]) {
35
list *parsed_code = parse(lexed_code);
36
if (DEBUG) print_parsed_code(parsed_code); //DEBUG
37
38
- if (MONITOR_MEMORY) w_alloc_print();
39
-
40
//initialize variables
41
if (DEBUG) printf("Initializing main scope...\n"); //DEBUG
42
Scope *main_scope = init_scope();
0 commit comments