Re: utility program suggestions
- Posted by Jason Gade <jaygade at yaho?.c?m> May 21, 2008
- 768 views
Jeremy Cowgar wrote: > > Kenneth Rhodes wrote: > > > > Jeremy and all: > > > > This a suggestion for a global function extractor/ keyword syntax file > > generator. Although, the code for this already exists in several > > different Euphoria editors, having a small command line utility which > > generates a syntax file would be useful: > > > > I'm not really sure what you mean. We currently maintain bin/keywords.e which > contains internals. in two global sequences that any program can use. > > Can you expand a bit on what you suggesting? (me might just be tired and not > understanding anyone ) > > -- > Jeremy Cowgar > <a href="http://jeremy.cowgar.com">http://jeremy.cowgar.com</a> I think something like ctags (although I've never really used that) may be what he's talking about? http://en.wikipedia.org/wiki/Ctags I know that I've thought about doing that. -- A complex system that works is invariably found to have evolved from a simple system that works. --John Gall's 15th law of Systemantics. "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.