An open API service indexing awesome lists of open source software.

https://github.com/vito/parsec

A parser combinator library in Scheme.
https://github.com/vito/parsec

Last synced: over 1 year ago
JSON representation

A parser combinator library in Scheme.

Awesome Lists containing this project

README

          

A parser combinators library modeled on Haskell's great [Parsec](http://hackage.haskell.org/package/parsec).

Don't take it too seriously; this is primarily a means for me to better learn Scheme.