parse_blif_file

Function parse_blif_file 

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