Hi All,

Sorry for a late reply, here is the latest status with PetitParser and
Pharo (tested on Pharo3):

"Configuration should be loaded like this:"
Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser';
    configurationOf: #PetitParser; load.

"Minimal set of parsers to use petit parser:"
ConfigurationOfPetitParser project stableVersion load: 'Core'.
ConfigurationOfPetitParser project stableVersion load: 'Tests'.

"All the petit parser suite:"
ConfigurationOfPetitParser loadDevelopment.

Please, let me know if you have any issues/requirements.

Regards,
Jan

On 27 October 2014 19:24, Richard Sargent <
[email protected]> wrote:

> Paul DeBruicker wrote
> > If ConfigurationOfPetitParser is loaded in your image you should be able
> > run the following code in a workspace to load the 'Core' metacello group:
> >
> > ConfigurationOfPetitParser project stableVersion load: 'Core'
> >
> >
> > I'm not sure of the canonical location of the ConfigurationOfPetitParser
> > though, as I don't use it,.
>
> Thanks, Paul. The Configuration Browser is pre-configured with three
> repository locations. I was able to find PetitParser (TudorGirba.43) on the
> ss3 repository. Loading Core alone worked.
>
> That still leaves the question of loading the PetitParser UI stuff and its
> prerequisites.
>
>
>
>
> --
> View this message in context:
> http://forum.world.st/Can-anyone-provide-me-with-clear-complete-and-detailed-instructions-for-loading-PetitParser-into-Pha-tp4786556p4786994.html
> Sent from the Pharo Smalltalk Developers mailing list archive at
> Nabble.com.
>
>

Reply via email to