A re-implementation of the Clojure reader in Clojure.
This implementation should support all of the forms supported by the Clojure reader, including:
-
character
-
strings
-
regex
-
comments
-
discard
-
metadata
-
symbols
-
lists
-
vectors
-
maps
-
sets
-
integers
-
floats
-
ratios
-
syntax quote
-
unquote
-
records
-
tagged literals
-
fn reader
-
arg reader
-
eval reader
Copyright (C) 2012 Cosmin Stejerean
Distributed under the Eclipse Public License, the same as Clojure.