Module rust_lisp::parser

source ·

Structs

An error that occurred while parsing a string as lisp code

Functions

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.