Heya, I'm working on trying to make ocaml bindings for this. In the process, the GPT model I'm using to help me along is insisting I need a tree-sitter/api.h file. This is supposedly because, unlike rust, ocaml does not have a crate that includes this as the glue for what C code already exists in this repo.
I'm wondering if I can get some assistance, or perhaps if the maintainers would be okay with adding a git subtree of tree-sitter so that the files are available. If we were to do this, we could keep the histories separate and as tree-sitter changes, the subtree can be updated by an action.
Any/all help is appreciated.
Heya, I'm working on trying to make ocaml bindings for this. In the process, the GPT model I'm using to help me along is insisting I need a
tree-sitter/api.hfile. This is supposedly because, unlike rust, ocaml does not have a crate that includes this as the glue for what C code already exists in this repo.I'm wondering if I can get some assistance, or perhaps if the maintainers would be okay with adding a git subtree of tree-sitter so that the files are available. If we were to do this, we could keep the histories separate and as tree-sitter changes, the subtree can be updated by an action.
Any/all help is appreciated.