14 unstable releases (6 breaking)
new 0.24.0 | Jan 11, 2025 |
---|---|
0.23.2 | Nov 11, 2024 |
0.23.1 | Sep 26, 2024 |
0.22.0 | Mar 23, 2024 |
0.19.0 | Mar 9, 2021 |
#311 in Parser tooling
3,276 downloads per month
Used in 7 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