pub fn parse_file(s: &str) -> IResult<&str, Vec<Declaration>>
Expand description

Parses the contents of a file into a list of top-level Declarations