Re: ocamlyacc question

From: Xavier Leroy (xleroy@pauillac.inria.fr)
Date: Mon May 26 1997 - 19:36:03 MET DST


From: Xavier Leroy <xleroy@pauillac.inria.fr>
Message-Id: <199705261736.TAA06369@pauillac.inria.fr>
Subject: Re: ocamlyacc question
In-Reply-To: <199705261710.KAA27658@blaze.accessone.com> from Dwight VandenBerghe at "May 26, 97 10:13:11 am"
To: dwight@pentasoft.com (Dwight VandenBerghe)
Date: Mon, 26 May 1997 19:36:03 +0200 (MET DST)

> Is it possible to export a function from an ocamlyacc parser for use
> by another component of a compiler? I have a function in parser.mly
> that I wish to use elsewhere, but the only way I can find to export it
> is to massage the generated parser.mli file with sed in my makefile.

There's currently no simple way (other than changing the generated
.mli) to export the function. Perhaps you could move the function in
question to another module.

Regards,

- Xavier Leroy



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:11 MET