mentat/edn/src
Richard Newman 85f3b79f75 Support a limited set of '.'-prefixed non-keyword symbols. (#352) r=nalexander
This commit allows `.` and `...` to parse correctly as `PlainSymbol`.

Tests in edn, query-translator, and the top level have been added.
2017-03-06 15:01:19 -08:00
..
edn.rustpeg Support a limited set of '.'-prefixed non-keyword symbols. (#352) r=nalexander 2017-03-06 15:01:19 -08:00
lib.rs Extract partial storage abstraction; use error-chain throughout. Fixes #328. r=rnewman (#341) 2017-02-24 15:33:48 -08:00
matcher.rs Implement a basic edn matcher, r=ncalexan (#271) (#338) 2017-02-23 09:11:34 +01:00
pretty_print.rs Lint for the clippy gods in the edn crate (#340) 2017-02-22 18:11:05 +01:00
symbols.rs Store Idents as NamespacedKeywords, rather than Strings. Fixes #291. (#300) 2017-02-17 13:55:36 -08:00
types.rs Lint for the clippy gods in the edn crate (#340) 2017-02-22 18:11:05 +01:00
utils.rs Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00