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§

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