Hi, everyone!

When I was exploring AST in Pharo, at the beginning it seemed a bit
confusing for me how the tree looks like, or which part of code some node
represents etc. As I'm working with ASTs for a while now, still not an
expert ;), I decided to make a simple AST Inspector for myself and everyone
that needs it. Hopefully, this inspector will make peoples lives easier when
learning ASTs. For now its very raw. Inspector shows the code and its AST
representation visually like in the picture.
Also you can select/deselect a nodes of AST an see which part of code it
represents (like in the picture above). Functionality ends here :) What do
you think about it? Maybe you guys have some cool ideas for this inspector?

<http://forum.world.st/file/n4834638/AST_Inspector.png> 

Cheers,
Mark




--
View this message in context: http://forum.world.st/AST-Inspector-tp4834638.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to