> > > Even better would be the compiler's parser for the code that would just > split out the major 'functional' segments that the code syntax already > defines. > > I agree with this assessment that having a compiler which can spit out meta data about code or some kind of API to understand code structure would be very valuable and usefull to have.
Unfortunately for the end user of Delphi so far it's mostly focused on compiling code. However there is also an in-memory compiler which is probably responsible for filling in GUI components like class explorer, structure and other insights. So it seems Delphi at least already has these capabilities, but as far as I know only available for GUI. However it is possible to write extension of Delphi, for example GExpert. Perhaps such an extension could be used/abused to do some more interesting things like split up code into seperate files automatically. And also introduce uses clausules automatically. Doing this restructuring project/experiment I felt more like a compiler than a human being ! =D Bye, Skybuck. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/8976ca44-ab2b-4d6a-9e68-a2b86b502d8dn%40googlegroups.com.