jsenn / parjec

Elegant parsing in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parjec

Parser combinators in Clojure.

Parjec (profuse apologies for the name) is a Clojure library that offers the tools to easily build correct, efficient parsers.

Parjec is based on the code in Jim Duey's monad tutorial, and makes extensive use of Clojure's monad library.

Usage

Learn more

Parser combinators

Monads

Clojure

License

Copyright © 2014 John Senneker

Distributed under the Eclipse Public License.

About

Elegant parsing in Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%