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
- Host: GitHub
- URL: https://github.com/sagnikc395/parso
- Owner: sagnikc395
- License: bsd-3-clause
- Created: 2024-09-23T16:47:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T13:24:19.000Z (8 months ago)
- Last Synced: 2025-07-23T15:18:38.527Z (8 months ago)
- Topics: functional-programming, parser-combinator
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parso

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.