bpsm / edn-java

a reader for extensible data notation
Eclipse Public License 1.0
100 stars 24 forks source link

symbols beginning with `+` must continue with a non-digit #3

Closed bpsm closed 11 years ago

bpsm commented 11 years ago

"if -, + or . are the first character, the second character must be non-numeric."

See also: https://github.com/edn-format/edn/blob/180328d96e0e48176618e2a92044bb23c5528593/README.md#symbols

bpsm commented 11 years ago

Also, numbers may begin with leading "+", though this means the same thing as omitting the leading sign entirely.

bpsm commented 11 years ago

fixed