lispparser

Simple parser for LISP S-expressions

Latest on Hackage:0.3.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Jonathan Tang
Maintained by [email protected]

A simple parser for LISP S-expressions, using Parsec.

This comes from Jonathan Tang's tutorial, Write Yourself a Scheme in 48 Hours.