leastfixedpoint

JSON for MzScheme, and a Portable Packrat Parsing Combinator library

This page is a mirrored copy of an article originally posted on the LShift blog; see the archive index here.

I’ve taken my Scheme Packrat Parser library, ported it to MzScheme, documented it, and implemented a JSON reader-writer library on top of it.

The code is all available under the MIT license. A darcs repository is available at http://www.lshift.net/~tonyg/json-scheme/, or you can grab a snapshot tarball including a PDF version of the documentation.

$ darcs get http://www.lshift.net/~tonyg/json-scheme/

Comments

On 26 November, 2009 at 4:56 am, Kartik Agaram wrote: