bdura / parsy-stubs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stub files for Parsy

Parsy is an extremely elegant monadic parser combinator library for LL(infinity) grammars.

This library aims to enhance your developer experience (as well as catching a swathe of bugs before you run any test using static type checking with tools like Mypy) by providing type-hinting.

Installation

pip install parsy-stubs

Disclaimer

I am not affiliated in any way with the original library.

About

License:MIT License


Languages

Language:Python 100.0%