poker
poker copied to clipboard
Separate RawHand and PokerHand
Raw parser only separates the hand history to tokens, and the normal parser gives a more comprehensive API which makes more complicated queries about the hand more easy. The latter uses the former to parse the hand, and exposes its API using the raw data.