[][src]Function kes::parser::parse_with_comments

pub fn parse_with_comments<'s>(
    s: &'s str,
    interner: &mut Interner
) -> Result<(Vec<Stmt>, BTreeMap<Location, &'s str>), ParseError>

Parse program from source with comments