You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-1299: Add support for more literals in reader
Adds support for rich character literals like `\space`, `\return` and
unicode literals like `\u1234`. The implementation is a port of the JVM's
`CharacterReader`.
See http://dev.clojure.org/jira/browse/CLJS-1299
0 commit comments