# eden
Eden is an [EDN](https://github.com/edn-format/edn) parser.
# notes
The source code for https://github.com/utkarshkukreti/edn.rs was used as a reference of how to implement the basic types,
but all the logic was written from scratch using Nom.