lukeparser / pybison

Use Bison directly from Python
https://pypi.org/project/pybison
GNU General Public License v2.0
26 stars 6 forks source link

Add test for Minimal Reentrant Parser #40

Closed da-h closed 1 year ago

da-h commented 1 year ago

The goal of this PR is to bring testing into pybison.

This PR in particular adds a test for a minimal reentrant bison parser.

sbrodehl commented 1 year ago

Thank you very much!