[](https://opensource.org/licenses/MIT)
[](https://www.rust-lang.org)
PQL syntax parser. Execution lives in [`openpql-runner`](../openpql-runner).
```rust,ignore
use openpql_pql_parser::parse_pql;
let stmts = parse_pql(
)?;
```
MIT — see [LICENSE](../LICENSE).