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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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.