tree-sitter-ocaml
tree-sitter-ocaml copied to clipboard
feat: add `menhir` grammar to this repo
I was wondering if you would be interested in having more of the OCaml and OCaml-related grammars all live in the same repo, so that they can share the implementation of OCaml highlighting.
This removed some of the more complicated parts of the grammar found here: https://github.com/Kerl13/tree-sitter-menhir/ because it can share the definitions for OCaml itself.
I'm happy to explain more about what I was thinking here, but I would also be interested in adding ocamllex, and cram based grammars here if that would be helpful.
Thanks!