pub fn parse_pcode(text: &str) -> Result<Vec<PcodeInsn>, ParseError>Expand description
Parse a pdgsd dump into structured instructions.
§Errors
Returns ParseError when an indented op line cannot be
structurally decoded — dropping a data-flow op silently would be
unsound, so the caller must fall back to another IR source.