Lines lexed statistic

This commit is contained in:
Krzosa Karol
2023-04-16 14:38:41 +02:00
parent 9b035e85af
commit a2662d1cd8
4 changed files with 4 additions and 8 deletions

View File

@@ -70,6 +70,7 @@ struct Core_Ctx {
F64 start;
} time;
int lines_lexed;
bool debugger_break_on_compiler_error;