tree-sitter / tree-sitter-javascript

Javascript grammar for tree-sitter
MIT License
314 stars 108 forks source link

Compiling parser as shared library #271

Closed diasbruno closed 4 weeks ago

diasbruno commented 6 months ago

In many tree-sitter projects, they have a Makefile to build the libraries to be used with C (I'm currently using bindings for Common Lisp).

Copying the makefile from other projects seems to work (probably it should be good if every tree-sitter repository follows the same structure).

Is the Makefile missing or some repositories uses a different build mechanism?

amaanq commented 4 weeks ago

there's a makefile now