tree-sitter-ocaml
tree-sitter-ocaml copied to clipboard
OCaml grammar for tree-sitter
I tried to do this myself but this repo is different most tree-sitter repos as it really has 2 parsers. I couldn't figure out how exactly this should work in...
Shouldn't booleans be captured as ~~`@boolean` or~~ `@constant.builtin`?
Hi, It would be awesome to be able to install this via pip on python
running ```sh pdm add "git+https://github.com/tree-sitter/tree-sitter-ocaml.git@master" ``` When I instead try to build this locally, I get a bunch of build issues: ```sh dm.termui: clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3...
I was wondering if you would be interested in having more of the OCaml and OCaml-related grammars all live in the same repo, so that they can share the implementation...
Hello! I'm incorporting this parser into my project using the Swift bindings. I was suprirsed to find that the package here includes a dependency. I happen to be the author...
Fixes a couple issues I ran into when building the project on macos: 1. Without the `\` in the `SONAME_MINOR` line, `make` failed with: ``` /Library/Developer/CommandLineTools/usr/bin/make -C grammars/ocaml all ../../common/common.mak:39:...