Function lualite::parser::parse_file
source · [−]pub fn parse_file(s: &str) -> IResult<&str, Vec<Declaration>>
Expand description
Parses the contents of a file into a list of top-level Declaration
s
pub fn parse_file(s: &str) -> IResult<&str, Vec<Declaration>>
Parses the contents of a file into a list of top-level Declaration
s