[Newcompiler] The decompiler for the old block is ready to test

Mathieu Suen mathk.sue at gmail.com
Sat Nov 10 00:28:21 UTC 2007


Hi All,

I have recently made some changes in the decompiler and now the image  
can decompile.
This time the decompiler test the identity of the method decompile  
and the original method to see if they match.
If you take a 3.10 image all the image could be decompiled.(Except  
for method with undefined class. see ScriptLoader>>unloadToolPlus for  
an example)

The latest version can be load either from the univers browser or  
from squeaksource:
http://www.squeaksource.com/NewCompiler

If you load from squeaksource we provide you a package loader. Load  
the NewCompilerLoader and execute:

NewCompilerLoader new loadPackages.

This while load all the needed dependency

Remember the dependency are:
  - NewParser
  - AST
  - SmaCC
  - RefactoringEngine

	Mth





More information about the Newcompiler mailing list