13 unstable releases (5 breaking)
new 0.23.2 | Nov 11, 2024 |
---|---|
0.22.0 | Mar 23, 2024 |
0.20.4 | Jul 17, 2023 |
0.19.0 | Mar 9, 2021 |
#2 in #ocaml
701 downloads per month
Used in 6 crates
94MB
3M
SLoC
tree-sitter-ocaml
OCaml grammar for tree-sitter.
This module defines grammars for implementations (.ml
) interfaces (.mli
) and types. Require them as follows:
require('tree-sitter-ocaml').ocaml;
require('tree-sitter-ocaml').ocaml_interface;
require('tree-sitter-ocaml').ocaml_type;
References