Re: The external interface for the parser piece

[email protected] (Dave Storrs) Wed, 29 Nov 2000 09:51:07 -0800 (PST)
Newsgroups perl.perl6.internals.api.parser
Message-ID <[email protected]>
I have a feeling this is a stupid question, but I have to ask anyway.

Do we really need to pass in a PerlInterp pointer?  Or can perl6_parse
just create one for itself if/when it needs one?  If created, it could of
course be kept around so that it didn't need to be re-created later.

			Dave Storrs

On Mon, 27 Nov 2000, Dan Sugalski wrote:

>    int perl6_parse(PerlInterp *interp,
>                    void *source,
>                    int flags,
>                    void *extra_pointer);