Crate ess

source ·
Expand description

A lightweight S-expression parser intended for language implementation.

Re-exports

pub use parser::parse;
pub use parser::parse_one;
pub use sexp::Sexp;

Modules

Functions to parse s-expressions and expression atoms.
The Sexp type, the representation of s-expressions.
A Span represents a location in source file.