Skip to content

PaulWild/PokerStarsHandParser

Repository files navigation

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

About

Hand parser for poker stars hand histories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages