pub fn decode_string_literal_contents(
    chars: &mut impl Iterator<Item = (usize, char)>,
    start_offset: usize
) -> Result<StringLiteral, DecodeStringError>
Expand description

Decodes a string literal with escape sequences used by Bud and Bud Assembly.