Re: Cross reference
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 19, 2004
- 474 views
Juergen Luethje wrote: > I don't know any cross-reference program for Euphoria. Sometimes it > would be useful for me, to have an overview by which routines another > routine is called, a list of all included files, a list of all global > variables, and maybe more. Is there such a program in the archieves? > I didn't find one. Look for Jeff Fielding's Pre-processor and "List Routines" by D.B. James. There might be another similar one somewhere. > Rob, I think the interpreter must have all this information internally > anyway, right? How about a new option, say "with xref", that would tell > the interpreter to write all cross-reference information into a text file? > Just an idea. I'll probably add something like that to the new front-end. It's a bit easier to code those things in Euphoria. Also the new front-end won't be bound into programs, so its size is not as important. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com