How to Load Petit Parser
--------------------------------
First, load configuration:
Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser';
configurationOf: #PetitParser; load.
#### Load Everything
ConfigurationOfPetitParser loadDevelopment.
#### Load Everything Without GUI
In case you don't want to load the GT:
ConfigurationOfPetitParser loadPetitParser.
#### Load GUI
In case you want to use PetitParserBrowser and other support in GT:
ConfigurationOfPetitParser loadPetitParserIDE.
#### Load Core
(ConfigurationOfPetitParser project version: #development) load: 'Core'.