-
-
Notifications
You must be signed in to change notification settings - Fork 48
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 OCaml Support #161
Add OCaml Support #161
Conversation
I started to write some of the rules for OCaml a while ago but never got to make a PR. Here's everything I had in
|
Thank you for the PR, but can you please add a sample file which contains all the patterns you have defined? Place it in |
Thanks for replying. I will first merge the other patterns that @S41d suggested, and then write a sample file, but it will take some time and I'm a little busy right now. It should be done in a week or so. |
There seems to be some more delimiters (mainly just |
Should I review now? |
Yes, please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. If you can answer that one question I will go ahead and merge.
Merged, thank you. |
Basic support for OCaml, including basic delimiters and
let ... in
,if ... else
,match ... with
,for
andwhile
blocks.