shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Panic in unterminated string

Open yhara opened this issue 4 years ago • 0 comments

                    // TODO: should be a LexError
                    panic!("found unterminated string");

Lexer should return Result rather than using panic!.

yhara avatar Dec 18 '20 11:12 yhara