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
- Host: GitHub
- URL: https://github.com/jml/seuss
- Owner: jml
- Created: 2022-06-09T09:29:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T09:24:09.000Z (almost 4 years ago)
- Last Synced: 2025-12-30T09:59:58.699Z (6 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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