kanaka / clojurescript

Clojure to JS compiler (patched to allow compiling of compiler to ClojureScript)
189 stars 15 forks source link

Numeric keywords are broken #7

Closed kanaka closed 11 years ago

kanaka commented 11 years ago
cljs.user=> :a
:a
cljs.user=> :2
ERR: TypeError: Cannot read property '0' of null
ERR:     at read_keyword (../cljs/reader.js:669:19)
...

Numeric keywords work in normal Clojure.

Gozala commented 11 years ago

I think this can be closed now.

kanaka commented 11 years ago

Verified. Thanks!