tree-sitter / tree-sitter-bash

Bash grammar for tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document install of tree sitter bash C on windows

gogo2464 opened this issue · comments

tree sitter bash install has no command on cicd and is not documented.

Could you document it please?

make all failed because of a lacking grep on windows. I doubt it compiles on windows.

The makefile does not work on windows. You can run tree-sitter build to compile the dll.

Thank you very much. the project seems very serious. Could I have the docs for the full commands and how to generate an ast from bash from tree-sitter-bash please?

I think there may be a big lack of doc on this project :/

a full tutorial could be huge!

@ObserverOfTime latest prs looks good!

I would like to use the library in C. Could you pakcage the library in C please?