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

Support for menhir flags "--dump" and "--dump-resolved" #10626

Open
MSoegtropIMC opened this issue Jun 7, 2024 · 0 comments
Open

Support for menhir flags "--dump" and "--dump-resolved" #10626

MSoegtropIMC opened this issue Jun 7, 2024 · 0 comments
Labels

Comments

@MSoegtropIMC
Copy link

Desired Behavior

Since menhir actions are sandboxed, the created automaton files are not copied when one gives the --dump or --dump-resolved flags. Either one has to call menhir manually to create these files or one needs support in dune for this.

See also this zulip discussion

Example

dune-project:

(lang dune 3.15)
(using menhir 3.0)
:

dune:

:
(menhir
  (modules parser)
  (flags --dump --trace --dump-resolved)
)
:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants