Skip to main content

parse_file

Function parse_file 

Source
pub fn parse_file(content: &str) -> Result<Vec<Item>>
Expand description

Parse a script file into items: each command stanza plus the comments and blank lines around it.