Crates.io | tree-sitter-inference |
lib.rs | tree-sitter-inference |
version | 0.0.22 |
source | src |
created_at | 2024-06-18 14:28:21.436122 |
updated_at | 2024-09-13 10:36:33.551647 |
description | Inference grammar for tree-sitter |
homepage | |
repository | https://github.com/tree-sitter/tree-sitter-inference |
max_upload_size | |
id | 1275515 |
size | 663,649 |
Inference grammar for tree-sitter based on Inference Language spec.
For the simplifying development and testing process the number of npm
scripts is provided.
It can be used with the following options:
b
build the grammart
test the grammar with the test files in test/corpus
bt
build and test the grammarte
run parse with the latest grammar build on the example.inf
file