tree-sitter-inference 0.0.33

Inference grammar for tree-sitter
Documentation

tree-sitter-inference

CI crates

Inference grammar for tree-sitter based on Inference Language spec.

Development

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 grammar
  • t test the grammar with the test files in test/corpus
  • bt build and test the grammar
  • te run parse with the latest grammar build on the example.inf file

References