mentat/edn
Nick Alexander c8f74fa41b [edn] Round-trip instants. (#686) (#687) r=rnewman
First, the parser had a small grouping bug where-by it wouldn't parse
Z as timezone correctly.  Second, we weren't printing instants in the format
that we parse.
2018-05-11 02:11:04 -07:00
..
src [edn] Round-trip instants. (#686) (#687) r=rnewman 2018-05-11 02:11:04 -07:00
tests [edn] Round-trip instants. (#686) (#687) r=rnewman 2018-05-11 02:11:04 -07:00
build.rs Implement a basic EDN parser. (#149) r=rnewman,bgrins,nalexander 2017-01-11 13:03:04 -08:00
Cargo.toml (chore) Pre: Use the same features of uuid throughout the project. 2018-04-19 09:58:41 -07:00
README.md Update README for edn; r=me 2017-02-16 18:32:36 +00:00

This crate implements a basic EDN parser for Project Mentat.

It was originally developed as a separate project called barnardsstar.