On Jan 25, 2013, at 1:25 PM, mircea <[email protected]> wrote:
> Wow… found this http://magaloma.seasidehosting.st/AST-Core
>
> It seems the AST knows the difference between RBBlockNode and assignment… it
> seems to have everything …
>
> Is this AST in use in Pharo right now?
The code is in, it is used for Refactoring, not yes for other things, but that
will come.
> Can i use RBConfigurableFormatter to do this?
>
You would need to write something like this (a visitor) or use the AST
interpreter (which
is just a fancy visitor).
Marcus