June 14, 2010
9:33 p.m.
I would appreciate help on any or all of figuring out how to use SmaCC, loading SmaCCDev (or any other packages) and info about package management in Pharo.
If you are looking for SmaCC execute the following Gofer scripts. Seriously, if you are looking at SmaCC you should have a look at PetitParser first <http://www.lukas-renggli.ch/blog/petitparser-1> :-) " Prerequisites " Gofer new squeaksource: 'rb'; package: 'AST-Core'; package: 'Refactoring-Core'; load. " SmaCC runtime and development tools " Gofer new squeaksource: 'SmaccDevelopment'; package: 'SmaCC'; package: 'SmaCCDev'; load. Lukas -- Lukas Renggli www.lukas-renggli.ch