Skip to content

brandonbloom/libclj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is an implementation of Clojure's reader in C.

It's got a relatively complete tokenizer, but is far from complete as a useful parser.

I'm publishing this source code in its incomplete form for two reasons:

  1. I don't have more time to work on it, right now.
  2. Rich Hickey published a spec for "EDN"

There is also the beginnings of a Ruby extension.

Design

The reader machinery uses a callback, rather than return values. This simplified the memory management strategy, allows for streaming readers to be implemented, and creates flexibility for language extension implementers.

About

Embeddable reader and printer for Clojure forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published