pub fn parse_program_with_comments(
source: &str,
options: &ParserOptions,
) -> (Program, Vec<ParseError>, Arena<Expr>, Vec<Comment>)Expand description
Parse a program and retain comments for source-preserving tooling.
pub fn parse_program_with_comments(
source: &str,
options: &ParserOptions,
) -> (Program, Vec<ParseError>, Arena<Expr>, Vec<Comment>)Parse a program and retain comments for source-preserving tooling.