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

https://github.com/sagnikc395/parso

parser combinator in python
https://github.com/sagnikc395/parso

functional-programming parser-combinator

Last synced: 7 months ago
JSON representation

parser combinator in python

Awesome Lists containing this project

README

          

# parso

![Coverage](https://codecov.io/gh/sagnikc395/parso/branch/main/graph/badge.svg)

A parser combinator library written from scratch in order to learn more about parsers,
and written inspired by [injuly's example](https://github.com/srijan-paul/mini-angstrom)
using Python.

## Examples

run `main.py` for a simple JSON parser and its output.