Skip to main content

parse_string_literal

Function parse_string_literal 

Source
pub fn parse_string_literal(source: &str) -> Result<String, LexerError>
Expand description

Extract the string content from a string token (removes quotes, processes escapes).