pub fn decode_lisp_located(
cx: &mut ReadCx<'_>,
source_id: impl Into<String>,
input: Input,
) -> Result<LocatedExpr>Expand description
Decodes Lisp source into a LocatedExpr, interning the source text under
source_id and attaching span origins so diagnostics can point back at it.