adze 0.8.0

Define tree-sitter grammars alongside Rust logic with AST-first parsing
1
2
3
4
5
fn main() {
    // Tell rustc these cfgs are allowed across the crate (tests included)
    println!("cargo::rustc-check-cfg=cfg(skip_integration_tests)");
    println!("cargo::rustc-check-cfg=cfg(skip_outdated_tests)");
}