adze 0.8.0

Define tree-sitter grammars alongside Rust logic with AST-first parsing
# adze

A package for defining tree-sitter grammars alongside Rust logic.

Adze lets you define the shape of your syntax in Rust types, then parse source
text directly into those types. It supports both a pure-Rust GLR backend and
the traditional Tree-sitter C backend.

This crate is part of the [Adze](https://github.com/effortlessmetrics/adze)
workspace -- an AST-first grammar toolchain for Rust.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.