Adding debug logging to interpreter

This commit is contained in:
Krzosa Karol
2022-06-21 13:35:20 +02:00
parent a2b06d23d5
commit 3f384a60ec
3 changed files with 287 additions and 137 deletions

View File

@@ -176,6 +176,7 @@ int main(int argument_count, char **arguments){
test_intern_table();
test_interpreter();
__debugbreak();
exit(0);
emit_line_directives = true;