openpql-pql-parser 0.1.5

A parser implementation for Poker Query Language (PQL)
Documentation

openpql-pql-parser

License: MIT Rust

PQL syntax parser. Execution lives in openpql-runner.

use openpql_pql_parser::parse_pql;

let stmts = parse_pql(
    "select equity from hero='AhKh', villain='QQ+', board='Ah9s2c', game='holdem'"
)?;

MIT — see LICENSE.