edn_format icon indicating copy to clipboard operation
edn_format copied to clipboard

EDN reader and writer implementation in Python, using PLY (lex, yacc)

Results 3 edn_format issues
Sort by recently updated
recently updated
newest added

Would you consider a PR to load edn form just as standard Python dict with string keys?

help wanted

The current behavior is confusing, see #88. Fixes #88.

When you attempt to e.g. insert a key in an ImmutableDict object, nothing happens - no error is thrown or anything. This means that bugs can pass undetected, and is...

help wanted