]> Witch of Git - ess/blob - README.md
Change List to use Cow<[Sexp]> instead of Vec<Sexp>
[ess] / README.md
1 # Ess
2
3 [![Crates.io current version badge](https://img.shields.io/crates/v/ess.svg)][crates.io]
4 [![Documentation badge](https://docs.rs/ess/badge.svg)][docs]
5 [![License: MPL-2.0](https://img.shields.io/badge/License-MPL_2.0-lightgrey.svg)][mpl2]
6
7 Ess is a work-in-progress s-expression parser targeted at language implementation.
8 In particular, it provides source locations for all parsed expressions.
9
10 [docs]: https://docs.rs/ess
11 [crates.io]: https://crates.io/crates/ess
12 [mpl2]: https://opensource.org/licenses/MPL-2.0
13 [travis-ci]: https://travis-ci.org/porglezomp/ess