[][src]Function cranelift_reader::parse_functions

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

Parse the entire text into a list of functions.

Any test commands or target declarations are ignored.