Closed yuriv closed 2 months ago
Can't reproduce.
Neither can I.
after make is run i have got the message:
Makefile:41: *** unterminated call to function 'shell': missing ')'. Stop.
my shell is $ sh --version GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)
The problem is unescaped #
char in line 41. Today i met with the same problem in the tree-sitter-c and tree-sitter-cpp parsers too.
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)No response
Describe the bug
Doesn't compile on bash. Please, escape the
#
char in line 41 of theMakefile
:change
to
Steps To Reproduce/Bad Parse Tree
Expected Behavior/Parse Tree
success
Repro