Go to file
Kenneth Skovhus 38e8ba4a3d
Expand function definition to support subshell and tests (#83)
Fixes https://github.com/tree-sitter/tree-sitter-bash/issues/60
2020-05-15 11:25:46 -07:00
corpus Expand function definition to support subshell and tests (#83) 2020-05-15 11:25:46 -07:00
examples Parse a bunch of files from bash-it on CI 2018-03-01 11:10:20 -08:00
script ⬆️ tree-sitter-cli to 0.16 2019-12-10 12:39:14 -08:00
src Expand function definition to support subshell and tests (#83) 2020-05-15 11:25:46 -07:00
.gitattributes Add examples directory w/ one real shell script 2017-07-14 17:41:51 -07:00
.gitignore Allow other redirects between a heredoc's delimiter and body 2018-03-29 09:54:08 -07:00
.gitmodules Parse a bunch of files from bash-it on CI 2018-03-01 11:10:20 -08:00
.npmignore Parse a bunch of files from bash-it on CI 2018-03-01 11:10:20 -08:00
.travis.yml Use the default compiler for linux builds on travis 2019-04-18 15:48:23 -07:00
LICENSE Add license and readme 2017-07-14 14:46:24 -07:00
README.md Development experience (#25) 2018-08-06 10:03:34 -07:00
appveyor.yml Development experience (#25) 2018-08-06 10:03:34 -07:00
binding.gyp Start work on heredocs 2017-07-14 13:54:05 -07:00
grammar.js Expand function definition to support subshell and tests (#83) 2020-05-15 11:25:46 -07:00
index.js ⬆️ tree-sitter-cli 2019-06-18 17:00:42 -07:00
package.json ⬆️ tree-sitter-cli 2020-05-14 15:24:16 -07:00

README.md

tree-sitter-bash

Build Status Build status

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