poker icon indicating copy to clipboard operation
poker copied to clipboard

More granular parsing of hand histories with parse_ident() method

Open kissgyorgy opened this issue 9 years ago • 0 comments

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

kissgyorgy avatar Oct 24 '15 12:10 kissgyorgy