Documentation
1
2
3
4
5
6
7
8
9
# 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.