Hi.

On Wed, Feb 20, 2013 at 4:01 AM, Fabrizio Perin <fabrizio.perin@gmail.com> wrote:
<snip> 
- Should I customize the PPSmalltalkParser or should I start a parser
from scratch?
- Did anybody tried to import in moose a smalltalk dilect different
from pharo? If yes how did he do that?

I just want to understand if I can save time or I should build a whole
parser and importer from scratch.

I've done similar work (except from VSE Smalltalk).  My path was to use port the code to moose first, then work with it in the image.  The tool I use doesn't appear to be readily available anymore, but there are other options, such as:

http://rosettast.sourceforge.net/
(this that might support VisualAge to Moose already)

https://github.com/CampSmalltalk/Cypress
(those doesn't appear to currently support VisualAge to Moose, but has been active recently)

I have not used either of these, though.

Enjoy,
Chris