Subj : Re: JS code insight To : Sterling Bates From : Brendan Eich Date : Mon Jan 26 2004 12:26 pm Sterling Bates wrote: >A friend of mine is trying to create a javascript IDE of sorts, which will >include code insight and such. I'm wondering if SpiderMonkey could >facilitate this (partial compilation?) and how. > Can you define for me what you mean by "code insight"? Partial compilation, resulting in a parse tree with errors (due to incompleteness), in order to help show/add valid completions? /be .