-
Notifications
You must be signed in to change notification settings - Fork 20
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
Handle menhir #110
Comments
I guess not. |
In obuild/generators.ml, you can maybe hard code something as a workaround. |
Indeed, not yet. I'm not sure it is sufficient for every cases, though. |
I'm afraid this is not sufficient of menhir :/ It should be called with the ocamlc command, like:
|
I guess we should have a |
I'm surprised, why does menhir needs to invoke ocaml ? |
Menhir requires ocamlc when using the --infer parameter. This parameter is used to improve type error messages.
|
If obuild supports menhir, I have another colleague who could switch to obuild (instead of a very ugly and complicated makefile). |
I'm testing again obuild and I can't find the way to tell him that it should compile .mly files with menhir instead of ocamlyacc. Is this feature exists ?
The text was updated successfully, but these errors were encountered: