[][src]Function duckscript::parser::parse_file

pub fn parse_file(file: &str) -> Result<Vec<Instruction>, ScriptError>

parses the file and returns a vector of instructions