pub fn parse_file(content: &str) -> Result<Vec<Item>>
Parse a script file into items: each command stanza plus the comments and blank lines around it.