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

https://github.com/jml/seuss

Playground for monadic parsers in Python
https://github.com/jml/seuss

Last synced: about 2 months ago
JSON representation

Playground for monadic parsers in Python

Awesome Lists containing this project

README

          

# Seuss

An experiment in Python parsers.

> A parser for things \
> Is a function from strings \
> To lists of pairs \
> Of things and strings.

Source: http://www.willamette.edu/~fruehr/haskell/seuss.html

The purpose of this repository is to provide me with a playground for translating the ideas in Conor McBride's talk, [What are types for?][type-talk] into Python.

This is *not* intended as production quality code.

[type-talk]: https://www.youtube.com/watch?v=3U3lV5VPmOU