in reply to Code Structures
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Code Structures
by mugwumpjism (Hermit) on May 24, 2005 at 00:50 UTC |