pub fn interpret_helper(
    name: &str,
    source: &str,
    lib: &ExampleLibrary
) -> Result<Document>