openpql-pql-parser
PQL syntax parser. Execution lives in openpql-runner.
use parse_pql;
let stmts = parse_pql?;
MIT — see LICENSE.
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.