adze 0.8.0

Define tree-sitter grammars alongside Rust logic with AST-first parsing
docs.rs failed to build adze-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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 workspace -- an AST-first grammar toolchain for Rust.

License

Licensed under either of

at your option.