Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 442 Bytes

Poker Stars Parser

Hand parser for poker stars cash games hands.

Build Status

Example

let parsedHands = parse str

match result with
    | Hands(x) -> ... //Hand list
    | Error(str) -> ... //Parsing error string