[][src]Function rust_lisp::parse

pub fn parse(code: &str) -> impl Iterator<Item = Result<Value, ParseError>> + '_

Parse a string of Lisp code into a series of s-expressions. There are more than one expressions when the base string has more than one independent parenthesized lists at its root.