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

Throws error on non-RFC3339 timestamp, this isn't actually obligatory. #18

Closed bitemyapp closed 10 years ago

bitemyapp commented 10 years ago

Relatively minor bug, but things like #inst "2014" (turns into Jan 1, 2014, 00:00:00.00) are valid edn.