Lines lexed statistic
This commit is contained in:
@@ -696,6 +696,7 @@ lex_restream(Core_Ctx *lexer, String istream, String file) {
|
||||
lexer->stream.indent_stack.allocator = lexer->scratch;
|
||||
lexer->stream.indent_stack.add(&lexer->same_scope_token);
|
||||
lex__stream(lexer);
|
||||
lexer->lines_lexed += lexer->stream.line;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user