__dunderscore
__dunderscore
this package crashes when register language is called on a tree-sitter language shared library with the prefix lib. This can be avoided if the fn-name keyword parameter is used to...
When I clone and build grammars I have to rename the shared libraries from libtree-sitter-\.so to tree-sitter-\.so otherwise cffi can not find the functions to execute.   