RE: Cross reference
- Posted by Andy Serpa <ac at onehorseshy.com> Jan 19, 2004
- 505 views
Robert Craig wrote: > > > 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. > Being able to produce an ex.err type dump at any time without halting the program would be nice, or at least without having to do 1/0...