mentat/tx-parser
Nick Alexander c165972684 Post: Reject at parse-time reversed attributes in direct notation with bad values.
This is an optimization that trades rejecting inputs earlier at the
cost of expressive error messages.  It should be possible to recover
the error messages, however.

This will reject input like `[:db/{add,retract} v :attribute/_reversed NOT-AN-ENTITY]`.
2017-06-08 10:30:31 -07:00
..
benches Add an initial benchmark for the tx-parser crate. (#406) (#413) r=nalexander 2017-04-19 13:54:24 -07:00
src Post: Reject at parse-time reversed attributes in direct notation with bad values. 2017-06-08 10:30:31 -07:00
tests Post: Reject at parse-time reversed attributes in direct notation with bad values. 2017-06-08 10:30:31 -07:00
Cargo.toml Parse without copying; parse keyword maps using macros. 2017-05-18 10:17:13 -07:00