tree-sitter/cli/generate
Riley Bruins 19482834bd feat: add Supertype API
Introduces a new function that takes in a supertype symbol and returns
all associated subtypes. Can be used by query.c to give better errors
for invalid subtypes, as well as downstream applications like the query
LSP to give better diagnostics.
2025-01-05 00:14:09 -05:00
..
src feat: add Supertype API 2025-01-05 00:14:09 -05:00
build.rs fix: clippy lint 2024-11-15 23:54:18 -05:00
Cargo.toml build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -04:00
README.md feat: move generate logic to its own crate 2024-09-27 17:04:21 -04:00

Tree-sitter Generate

This helper crate implements the logic for the tree-sitter generate command, and can be used by external tools to generate a parser from a grammar file.