tree-sitter-inference 0.0.1

Inference grammar for tree-sitter
Documentation

tree-sitter-inference

CI

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

Status

  • Discord
  • crates.io

Development

For the simplifying development and testing process, the build_and_test.sh script 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

  • Inference Language spec