gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

`AST::LiteralExpr` should differentiate between strings and raw strings

Open CohenArthur opened this issue 1 year ago • 1 comments

Currently parsing r#"gccrs"# works, but it returns a LiteralExpr with LiteralType of Literal::STRING, but we have a Literal::BYTE_STRING variant. It would be useful to have a Literal::RAW_STRING variant too, and we do need it for format_args!()

CohenArthur avatar Feb 16 '24 15:02 CohenArthur

Hey, I would like to work on this issue

AnshVM avatar Feb 18 '24 12:02 AnshVM