Ecosyste.ms: Awesome

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

https://github.com/sighingnow/parsec.py

A universal Python parser combinator library inspired by Parsec library of Haskell.
https://github.com/sighingnow/parsec.py

parser-combinators python

Last synced: 4 months ago
JSON representation

A universal Python parser combinator library inspired by Parsec library of Haskell.

Lists

README

        

parsec.py
=========

.. image:: https://img.shields.io/travis/sighingnow/parsec.py/master.svg
:target: https://travis-ci.org/sighingnow/parsec.py?branch=master

.. image:: https://img.shields.io/pypi/v/parsec.svg
:target: https://pypi.python.org/pypi/parsec

.. image:: https://img.shields.io/pypi/pyversions/parsec.svg
:target: https://pypi.python.org/pypi/parsec

.. image:: https://img.shields.io/pypi/dm/parsec.svg
:target: https://pypi.python.org/pypi/parsec

.. image:: https://img.shields.io/github/license/sighingnow/parsec.py.svg
:target: https://github.com/sighingnow/parsec.py/blob/master/LICENSE

A universal Python parser combinator library inspired by Parsec library of Haskell.

Parsec in Real World
--------------------

We have noticed `parsec` helps users in many real world cases as follows:

+ `Simply using parsec in python `_
+ `Parsing date from text with Python's parsec.py library `_
+ `Parsing with the .bind() operator `_