* Parse integers in hexadecimal notation * Disallow `0`-prefixed integers other than zero itself
0.6.4
* Add an `edn_parse.tag` decorator
0.6.3
* Add support for Unicode char literals
0.6.2
* Parse `nil` and booleans as symbols
0.6.1
* Use mutable data structures to improve parsing time * Run Travis tests on Python 3.7
0.6.0
* Fix vector parser to use `ImmutableList` * Fix parsing of exact-precision floats with a negative exposant * Support all ASCII characters * Add a `sort_sets` optional argument to `dumps` * Raise custom exceptions on syntax errors * Support fractions * Support `_`