Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 479 Bytes

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.