Function blif_parser::parser::parse_blif_file

source ยท
pub fn parse_blif_file(
    input_file_path: &str,
) -> Result<Vec<ParsedPrimitive>, String>