tree-sitter-inference 0.0.1

Inference grammar for tree-sitter
Documentation
# tree-sitter-inference

[![CI](https://github.com/Inferara/tree-sitter-inference/actions/workflows/ci.yml/badge.svg)](https://github.com/Inferara/tree-sitter-inference/actions/workflows/ci.yml)

Inference grammar for [tree-sitter](https://github.com/tree-sitter/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