-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
well, would be fixed when v5.0 is published
- Loading branch information
Showing
7 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# type-sitter-gen: base functionality to generate typed wrapper nodes for type-sitter | ||
|
||
[![Crates.io](https://img.shields.io/crates/v/type-sitter-gen.svg)](https://crates.io/crates/type-sitter-gen) | ||
[![Docs.rs](https://docs.rs/type-sitter-gen/badge.svg)](https://docs.rs/type-sitter-gen) | ||
[![crates.io](https://img.shields.io/crates/v/type-sitter-gen.svg)](https://crates.io/crates/type-sitter-gen) | ||
[![docs.rs](https://img.shields.io/docsrs/type-sitter-gen)](https://docs.rs/type-sitter-gen) | ||
|
||
See [type-sitter](https://github.com/Jakobeha/type-sitter#readme) for background information. This library allows you to generate type-sitter wrappers with more flexibility than [type-sitter-cli](https://crates.io/crates/type-sitter-cli) and [type-sitter-proc](https://crates.io/crates/type-sitter-proc). It's the only way (outside of manually editing code generated by `type-sitter-cli`) to generate wrappers which import something that isn't `tree_sitter`, generate queries without some of their patterns and captures, or combine multiple generations into one file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# type-sitter: generate typed wrappers for [tree-sitter](https://tree-sitter.github.io) grammars from node-types.json and queries | ||
|
||
[![Crates.io](https://img.shields.io/crates/v/type-sitter.svg)](https://crates.io/crates/type-sitter) | ||
[![crates.io](https://img.shields.io/crates/v/type-sitter.svg)](https://crates.io/crates/type-sitter) | ||
[![docs.rs | type-sitter-lib](https://img.shields.io/docsrs/type-sitter-lib?label=docs%20%7C%20type-sitter-lib)](https://docs.rs/type-sitter-lib) | ||
[![docs.rs | type-sitter-gen](https://img.shields.io/docsrs/type-sitter-gen?label=docs%20%7C%20type-sitter-gen)](https://docs.rs/type-sitter-gen) | ||
[![docs.rs | yak-sitter](https://img.shields.io/docsrs/yak-sitter?label=docs%20%7C%20yak-sitter)](https://docs.rs/yak-sitter) | ||
|
||
See [the monorepo workspace](https://github.com/Jakobeha/type-sitter#readme) for background information and the following two linked crates for documentation. This crate bundles [`type-sitter-lib`](https://crates.io/crates/type-sitter-lib), and [`type-sitter-proc`](https://creates.io/crates/type-sitter-proc) unless you disable the default feature `proc`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters