Jan. 15, 2014
7:18 a.m.
On 14 Jan 2014, at 22:06, Tudor Girba <tudor@tudorgirba.com> wrote:
As far as I can see, the visualization is derived from source code. This can be seen as being similar to how an AST is derived from source code. The GTInspector already provides an implementation of understanding this mapping. For example, in an image with GTInspector (just download the Moose one for quick tests) do: (Collection>>#collect:) parseTree inspect
and you get a picture like the attached one. <Inspector on a RBMethodNode (coll...ion).png>
This is *very* impressive⦠:-) Marcus