Crate ess [] [src]

A lightweight S-expression parser intended for language implementation.

Reexports

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

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.