pub fn parse_functions(text: &str) -> ParseResult<Vec<Function>>
Expand description

Parse the entire text into a list of functions.

Any test commands or target declarations are ignored.