Open nithinmuthukumar opened 7 months ago
let tokens = lex("print(", Mode::Expression); tokens is an infinite iterator when the source contains an error. Is it intended behaviour for the iterator to be infinite?
let tokens = lex("print(", Mode::Expression);
let tokens = lex("print(", Mode::Expression);
tokens is an infinite iterator when the source contains an error. Is it intended behaviour for the iterator to be infinite?