poker
poker copied to clipboard
More granular parsing of hand histories with parse_ident() method
Introduce a new public api parse_ident()
which only reads one line and only parse the first couple of characters; the id of the hand history.
There would be four level of parsing:
parse_ident() --> ident_parsed = True
parse_header() --> header_parsed = True
parse() --> parsed = True