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

symbol with * #3

Closed acthp closed 10 years ago

acthp commented 11 years ago

edn allows * in symbols, but this lib skips them. Note I didn't say that it raises an error, which is a different problem with this lib. ;)

acthp commented 11 years ago

It is also mishandling the symbol /, which is a valid edn symbol.