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

exporting values and types in ocamlyacc #8162

Closed
vicuna opened this issue Jun 5, 2003 · 1 comment
Closed

exporting values and types in ocamlyacc #8162

vicuna opened this issue Jun 5, 2003 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Jun 5, 2003

Original bug ID: 1703
Reporter: administrator
Status: closed (set by @xavierleroy on 2015-12-11T18:08:02Z)
Resolution: won't fix
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)
Monitored by: hongrich smimram

Bug description

Full_Name: Shaddin Doghmi
Version: 3.06
OS: linux
Submission from: h0008024d6d21.ne.client2.attbi.com (65.96.168.63)

All value and type declarations in the header and trailer of a .mly file are not
exported in the .mli file produced by ocamlyacc. It would be really convenient
(and much easier than editing the .mli file produced by ocamlyacc) if there was
a way of specifying in the .mly file which values and types to export in the
resulting .mli file. Right now the workaround is to define those types and
values and in another module, but it would be more elegant if they could just be
exported.

@vicuna
Copy link
Author

vicuna commented Jan 26, 2012

Comment author: @damiendoligez

Since menhir is a much better alternative to ocamlyacc, we now recommend that all users switch to menhir. At any rate, we do not spend any time on new features for ocamlyacc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant