shiika
shiika copied to clipboard
Panic in unterminated string
// TODO: should be a LexError
panic!("found unterminated string");
Lexer should return Result
rather than using panic!
.