Module quoted

Source
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.