cl-tree-sitter icon indicating copy to clipboard operation
cl-tree-sitter copied to clipboard

Tree-Sitter bindings for Common Lisp

Results 5 cl-tree-sitter issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/user-attachments/assets/1d704645-3a3c-450f-bf38-a5d42e776f75) ![image](https://github.com/user-attachments/assets/b4c9dd32-ede1-4845-a06a-f9efafe7534a) ![image](https://github.com/user-attachments/assets/3c75502c-301a-4df5-8e61-92856b96a5a9)

This helps in case packages are installed on non-standard places (e.g. using nix). This is an example of how to glue things together: ```lisp (push "../cl-tree-sitter/" ql:*local-project-directories*) (push *default-pathname-defaults* ql:*local-project-directories*)...