Description
Adds helpers for building custom parse types on top of the Python parse module. It helps developers define reusable text patterns for tests, behavior descriptions, and structured parsing workflows.
Custom parsers should be tested with invalid and unexpected input. Parsed values still need validation before they drive important behavior.