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