swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://swaroopch.com/2012/12/24/edn-format-python/
Other
131 stars 31 forks source link

Add support for map namespace syntax #73

Closed bfontaine closed 4 years ago

bfontaine commented 4 years ago

This started as a couple tests while writing an explanation for #72 and I eventually implemented the feature 😅

bfontaine commented 4 years ago

@swaroopch just to be sure, should I interpret your :rocket: as a review approval? :slightly_smiling_face:

swaroopch commented 4 years ago

@bfontaine Can I request you to please go ahead with merge + deploy to pypi? Thanks!