v0.1.0
Pre-release
Pre-release
This release highlights a PartiQL Parser API that has been tested using Syntax
success
and fail
tests that are defined in PartiQL conformance test suite; other highlights are, PartiQL CLI REPL and query visualizer, and an experimental PartiQL web playground.
As this is the first minor version after v0.0.0
, it does not include any breaking changes.
Added
- Lexer & Parser for the majority of PartiQL query capabilities—see syntax success
and fail tests for more details. - AST for the currently parsed subset of PartiQL
- Tracking of locations in source text for ASTs and Errors
- Parser fuzz tester
- Conformance tests via test generation from partiql-tests
- PartiQL Playground proof of concept (POC)
- PartiQL CLI with REPL and query visualization features
Full Changelog: https://github.com/partiql/partiql-lang-rust/commits/v0.1.0