a fork of the Bash grammar for tree-sitter
npm install @curlconverter/tree-sitter-bashtree-sitter-bash
================


Bash grammar for tree-sitter.
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
* Bash man page
* Shell command language specification
* mvdnan/sh - a shell parser in go