Crates.io | tree-sitter-ocaml |
lib.rs | tree-sitter-ocaml |
version | 0.23.2 |
source | src |
created_at | 2021-03-09 17:26:38.265805 |
updated_at | 2024-11-11 04:23:38.061873 |
description | OCaml grammar for tree-sitter |
homepage | |
repository | https://github.com/tree-sitter/tree-sitter-ocaml |
max_upload_size | |
id | 366424 |
size | 94,964,700 |
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