ocaml-ppx / ocamlformat

Auto-formatter for OCaml code
MIT License
633 stars 179 forks source link

Could ocamlformat leverage menhir `--unparsing` feature to decide where to place parens ? #2522

Open hhugo opened 9 months ago

hhugo commented 9 months ago

Here is the menhir announcement for the feature on discuss: https://discuss.ocaml.org/t/ann-new-release-of-menhir-20231231/13816

I wonder if it could help eliminate all issues related to missing / unnecessary parens.