0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
do not allow incomplete reads by default More... about 14 years ago
allowing reader to handle some incomplete forms More... about 14 years ago
starting to add tests for reader errors More... about 14 years ago
more tests for reading metadata More... about 14 years ago
renamed tests More... about 14 years ago
replaced more clojure implementation details with built-in clojure functions for the same More... about 14 years ago
refactored some of the clojure forms More... about 14 years ago
replaced java constructors with clojure equivalents for persistent data structures More... about 14 years ago
marking the dispatch tables as private More... about 14 years ago
centralized eof error handling into a single fn More... about 14 years ago
moving eof? to util More... about 14 years ago
creating proper readers for the wrapped readers More... about 14 years ago
replacing Symbol/intern with symbol literals, replacing most instance? checks with corresponding clojure predicates. wrapping some of the java specific bits More... about 14 years ago
adding tests for the wrapping readers: quote, var and deref More... about 14 years ago
updated the readme to reflect current progress More... about 14 years ago
added argument reader (for anonymous function arguments) More... about 14 years ago
implemented fn reader More... about 14 years ago
PushbackReader.unread(-1) can return 65535 on the next read which throws off EOF detection More... about 14 years ago
added tests for eval-reader More... about 14 years ago
unit tests that actually run More... about 14 years ago
unicode character reading did not stop at the supplied length More... about 14 years ago
implemented eval reader More... about 14 years ago
updated progress in readme More... about 14 years ago
implemented reading record literals More... about 14 years ago
implementing reading of tagged literals More... about 14 years ago
ignoring nohup.out More... about 14 years ago
updated readme and added link to Trello More... about 14 years ago
syntax quote and unquote More... about 14 years ago
adding function for slicing strings More... about 14 years ago
implemented reading characters, fixed test for reading strings More... about 14 years ago