swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://www.swaroopch.com/Wrote-an-EDN-format-reader-and-writer-in-Python-11e0924249b181e3af8bdb9af1456373
Other
134 stars 31 forks source link

Improves patterns for SYMBOL, TAG, and KEYWORD to more closely match the... #12

Closed jashugan closed 11 years ago

jashugan commented 11 years ago

... EDN specifications outlined here https://github.com/edn-format/edn. Updates tests as well. Let me know if you'd like me to change anything.

jashugan commented 11 years ago

Need to fix a couple of things with REGEXs, will resubmit pull request when done.