pub fn quoted_string<'a>( escaped: bool, ) -> impl Parser<'a, &'a str, String, Err<Simple<'a, char>>>