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 unicode char literals #56

Closed LeXofLeviafan closed 5 years ago

LeXofLeviafan commented 5 years ago

As per new examples in tests, this includes both and \u03bB variations

swaroopch commented 5 years ago

@bfontaine Shall I go ahead and merge?

bfontaine commented 5 years ago

@swaroopch please do :smiley:

swaroopch commented 5 years ago

@bfontaine @LeXofLeviafan Thanks! Uploaded version 0.6.3.