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

Fix vec parser #50

Closed konr closed 6 years ago

konr commented 6 years ago

Successor of #38. I've addressed all the comments, I think.
Addresses #32.

bfontaine commented 6 years ago

LGTM as well 👏

swaroopch commented 6 years ago

Thank you @konr and @bfontaine !

konr commented 6 years ago

Thanks for the awesome library!