SkillAgentSearch skills...

Parsec.py

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

Install / Use

/learn @sighingnow/Parsec.py
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 <https://stackoverflow.com/questions/57368870/simply-using-parsec-in-python>_
  • Parsing date from text with Python's parsec.py library <https://stackoverflow.com/questions/67841197/parsing-text-with-pythons-parsec-py-library>_
  • Parsing with the .bind() operator <https://stackoverflow.com/questions/70628660/why-am-i-getting-a-syntax-error-when-using-the-operator>_

Related Skills

View on GitHub
GitHub Stars228
CategoryDevelopment
Updated2mo ago
Forks35

Languages

Python

Security Score

100/100

Audited on Jan 25, 2026

No findings