pub fn annotated_literals_raw<'a>(
    source: &'a str
) -> impl Iterator<Item = Literal> + 'a