0.19.0
|
Mar 9, 2021
|
0.16.0
|
Mar 9, 2021
|
#12 in #ocaml
76 downloads per month
27MB
859K
SLoC
tree-sitter-ocaml

OCaml grammar for tree-sitter.
This module defines two grammars for implementation (.ml
) and interface (.mli
) files. Require them as follows:
require('tree-sitter-ocaml/ocaml');
require('tree-sitter-ocaml/interface');
References