Skip to content

cosmin/clojure-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published