/seuss

Playground for monadic parsers in Python

Primary LanguagePython

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? into Python.

This is not intended as production quality code.