Open hungrybluedev opened 3 years ago
Due to the special treatment of c_string_literal and raw_string_literal which have to be prefixed with c and r before the quote respectively, the following cases fail:
c_string_literal
raw_string_literal
c
r
'$c'
'$r'
c and r should be recognised as idenifiers in this instance.
Due to the special treatment of
c_string_literal
andraw_string_literal
which have to be prefixed withc
andr
before the quote respectively, the following cases fail:c
andr
should be recognised as idenifiers in this instance.