I read an essay about Eclipse (the java IDE) that described Eclipse as moving toward more explicit representation of the deep structure ("code structure") of a program.
Internally it does represent these things to itself, which is how it knows how to refactor code in the various ways it does. In other words, it could be said to be parsing the source at a deeper level than just the surface syntax.
There might be something in the Eclipse community that resonates with what you are describing.
In reply to Re: Code Structures
by jjohhn
in thread Code Structures
by artist
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |