frontend: always print lex tokens when compiling file or repl input
This commit is contained in:
@@ -61,8 +61,9 @@ static int compile_file(const char *path, const b_arglist *args)
|
||||
break;
|
||||
}
|
||||
|
||||
print_lex_token(tok);
|
||||
|
||||
if (lex_only) {
|
||||
print_lex_token(tok);
|
||||
ivy_token_destroy(tok);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user