# tree-sitter-ocaml **Repository Path**: bison-fork/tree-sitter-ocaml ## Basic Information - **Project Name**: tree-sitter-ocaml - **Description**: fork自:https://github.com/tree-sitter/tree-sitter-cli,tree-sitter的ocaml语法分析器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tree-sitter-ocaml ================= [![Build Status](https://github.com/tree-sitter/tree-sitter-ocaml/workflows/build/badge.svg)](https://github.com/tree-sitter/tree-sitter-ocaml/actions?query=workflow%3Abuild) OCaml grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). This module defines two grammars for implementation (`.ml`) and interface (`.mli`) files. Require them as follows: ```js require('tree-sitter-ocaml/ocaml'); require('tree-sitter-ocaml/interface'); ``` References * [OCaml language reference](https://caml.inria.fr/pub/docs/manual-ocaml/language.html) * [OCaml language extensions](https://caml.inria.fr/pub/docs/manual-ocaml/extn.html) * [OCaml parser](https://github.com/ocaml/ocaml/blob/trunk/parsing/parser.mly)