You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to use tree-sitter from OCaml in the same way I'd use e.g. the tree-sitter rust bindings (i.e. I don't want different OCaml types for each language). How can I do this? I see there are repos to parse different languages (e.g. https://github.com/returntocorp/ocaml-tree-sitter-typescript) but I'm not sure how to work with them (they have public_name in dune files but they don't appear to be opam packages). Or should I use this repo directly, and if so how?
Thanks, Roddy
The text was updated successfully, but these errors were encountered:
Hi, I'd like to use tree-sitter from OCaml in the same way I'd use e.g. the tree-sitter rust bindings (i.e. I don't want different OCaml types for each language). How can I do this? I see there are repos to parse different languages (e.g. https://github.com/returntocorp/ocaml-tree-sitter-typescript) but I'm not sure how to work with them (they have
public_name
in dune files but they don't appear to be opam packages). Or should I use this repo directly, and if so how?Thanks, Roddy
The text was updated successfully, but these errors were encountered: