Is there any Smalltalk parser in Squeak/Pharo which allows me to browse VisualWorks code in Squeak/Pharo ? I'm interested in reading code exported in the chunk format (not in XML).

Clarification: I do not need to file in the code.

Thanks

link|improve this question

50% accept rate
do you mean file it in and then being able to explore it using a system/class browser while not worrying about compilation issues arising from missing classes/differences in classes? – Sean T Allen Apr 27 '11 at 11:29
feedback

3 Answers

I don't know what happens with VisualWorks code, but In pharo, with regular code you can drag a SMalltalk chunk format file and drop it in the "world" and you will get a popup menu with different options, like browsing the code. I guess that doesn't try to compile so you may be able to browse de VW code...I don't know, just try :)

link|improve this answer
feedback

You could save as a monticello package, then use the package browser to look at it.

link|improve this answer
feedback

You might want to use MOOSE for this (especially if you have more advanced needs). The old version on VW can create an export that can be read by MOOSE on Pharo (using the Famix2Importer package).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.