clojure-reader icon indicating copy to clipboard operation
clojure-reader copied to clipboard

A re-implementation of the Clojure reader, written in Clojure

clojure-reader

A re-implementation of the Clojure reader in Clojure.

Features

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

License

Copyright (C) 2012 Cosmin Stejerean

Distributed under the Eclipse Public License, the same as Clojure.