pub fn decode_portable(codec: CodecId, source: &str) -> Result<Expr>
Parse codec-neutral portable text back into an Expr, failing closed on any malformed input rather than panicking.
Expr