Hi Jan,

thanks for updating this!

I was trying ConfigurationOfPetitSmalltalk a while ago, and it seems to have issues, on loadDevelopment I get a message (see below). You might also want to have a look at that … 

This package depends on the following classes:
  PPCompositeParserTest

On Apr 1, 2015, at 08:56, Jan Kurš <kurs.jan@gmail.com> wrote:

Hi all,

I updated the baseline in ConfigurationOfPetitParser and added some information about loading PetitParser on SmalltalkHub (http://smalltalkhub.com/#!/~Moose/PetitParser/)

I hope this covers all your needs. There is possibility to load only minimal core, as well as all the petit parser stuff without gui and with gui.

Cheers,
Jan


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'.
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile