tree-sitter-bash

March 13, 2024 ยท View on GitHub

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

  • Bash man page
  • Shell command language specification
  • mvdnan/sh - a shell parser in go

Contents

  1. 1Development
  2. 1.1References