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

feat: add `menhir` grammar to this repo

Open tjdevries opened this issue 1 year ago • 1 comments

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!

tjdevries avatar Jun 03 '24 18:06 tjdevries