tree-sitter / tree-sitter-bash

Bash grammar for tree-sitter
MIT License
211 stars 64 forks source link
bash parser tree-sitter

tree-sitter-bash

CI discord matrix crates npm pypi

Bash grammar for tree-sitter.

Development

Install the dependencies:

npm install

Build and run the tests:

npm run build
npm run test

Run the build and tests in watch mode:

npm run test:watch

References