You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parcon is a Python parser combinator library written by Alexander Boyd. It's
designed to be easy to learn, easy to use, and to provide informative error
messages.
Parcon also allows parsing using BNF grammars.
About
A Python parser combinator and formatter combinator library that's fast, easy to use, and provides informative error messages