More work on packages
This commit is contained in:
@@ -542,9 +542,6 @@ lex_restream(Lexer *lexer, String istream, String file){
|
||||
lexer->stream.line_begin = istream.str;
|
||||
lexer->stream.file = lexer->intern(file);
|
||||
|
||||
|
||||
lexer->tokens.clear();
|
||||
lexer->token_iter = 0;
|
||||
Scratch scratch;
|
||||
lexer->stream.indent_stack.allocator = scratch;
|
||||
lexer->stream.indent_stack.add(&token_null);
|
||||
|
||||
Reference in New Issue
Block a user