Available on crate feature
lexer
only.Expand description
Lexing implementation for quoted literals.
Functionsยง
- try_
consume_ quoted_ literal - Attempt to parse a quoted literal. This includes TokenTy::StringLiteral, TokenTy::CharLiteral, and TokenTy::FormatStringLiteral.