Formatter for Tree-sitter queries.
Available on the web and as a Rust crate.
Use cargo test --test integration_tests to run tests.
Use cargo run <FILE> to print output for a file or echo '...' | cargo run for a short snippet. Use cargo run <FILE> --tree to also print a parse tree.
Use make dev to run the browser playground locally.