rune::reader

Function read

Source
pub(crate) fn read<'ob>(
    slice: &str,
    cx: &'ob Context<'_>,
) -> Result<(Gc<ObjectType<'ob>>, usize), Error>
Expand description

read a lisp object from slice. Return the object and index of next remaining character in the slice.