Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OCaml programming language #1646

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Add support for OCaml programming language #1646

merged 1 commit into from
Dec 9, 2024

Conversation

rien
Copy link
Member

@rien rien commented Dec 2, 2024

This PR adds support for the OCaml programming language (https://ocaml.org/).

@rien rien changed the title Add supprot for OCaml programming language Add support for OCaml programming language Dec 2, 2024
@rien rien added enhancement New feature or request Dolos parsers labels Dec 2, 2024
@rien
Copy link
Member Author

rien commented Dec 2, 2024

@kudhru Usually installing tree-sitter-ocaml would be enough for the Dolos CLI to detect this parser locally, but this is not possible due to this nonstandard structure of the parser.

So I've added support for OCaml in this PR, you should be able to run Dolos locally with this code.

We were planning on making a new release soon. I'll do my best to do this before the end of this week, but I cannot promise anything unfortunately. Feel free to let me know if you have any issues getting the CLI working locally.

@kudhru
Copy link

kudhru commented Dec 3, 2024

Thanks, will give it a try!

@rien rien merged commit 3c43378 into main Dec 9, 2024
26 checks passed
@rien rien deleted the feature/ocaml branch December 9, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dolos parsers enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants