Run the following command to install the required NPM dependencies:
npm install
Run the following command to build the parser:
make generate
Run the following command to install tree sitter:
make install
Run the following command to test that everything works:
make test
The Tree Sitter Textwire project is licensed under the MIT License