pub fn decode_located_with_codec(
cx: &mut Cx,
symbol: &Symbol,
input: Input,
read_policy: ReadPolicy,
source_id: impl Into<String>,
) -> Result<LocatedExpr>Expand description
Decode input preserving source origin, attributing spans to source_id,
using default DecodeLimits.