dominicprice / endplay

A suite of tools for generation and analysis of bridge deals. Read the documentation at https://endplay.readthedocs.io
MIT License
21 stars 5 forks source link

Rewrite PBN parser #3

Open dominicprice opened 2 years ago

dominicprice commented 2 years ago

The PBNParser class was dug up from some old code I had lying around years ago, and I'm not even sure it works - definitely doesn't have any tests written for it. Ideally it should be rewritten in pyparsing like the DealerParser class, and return an AST.