| Related articles |
|---|
| [2 earlier articles] |
| Re: Smart textual editors kanze@lts.sel.alcatel.de (1996-07-20) |
| Re: Smart textual editors gupta@csc.ti.com (1996-07-20) |
| Re: Smart textual editors mihai@west.net (Mihai Christodorescu) (1996-07-20) |
| Re: Smart textual editors bjm@dcs.ed.ac.uk (1996-07-22) |
| Re: Smart textual editors cuedng@uic.edu (Nick Geovanis) (1996-07-23) |
| Re: Smart textual editors mihai@west.net (Mihai Christodorescu) (1996-07-23) |
| Re: Smart textual editors peach@entrenet.com (1996-07-24) |
| Re: Smart textual editors darius@phidani.be (Darius Blasband) (1996-07-24) |
| Re: Smart textual editors pc@linus.mitre.org (1996-07-26) |
| Re: Smart textual editors yuval.peduel@channel1.com (1996-07-26) |
| Re: Smart textual editors bdynin@movil.com (1996-07-26) |
| Re: Smart textual editors balaji@platinum.com (1996-08-01) |
| From: | peach@entrenet.com (Peach Microsystems) |
| Newsgroups: | comp.compilers |
| Date: | 24 Jul 1996 22:52:19 -0400 |
| Organization: | Entrenet Systems |
| References: | 96-07-103 96-07-115 96-07-140 |
| Keywords: | tools, syntax |
> I was looking for smart textual editors. . . .
>> But doing a DATA FLOW ANALYSIS in real time?
>> . . . As the moderator rightly pointed out, syntax errors MUST be accepted
>> by the editor's parsers to let the user type what he wants without the
>> editor becoming an obstacle to the user.
>
>I think such a SMART editor will not come in the next ten years . . .
How about an editor that just keeps track of what function the cursor is in
and, whenever you move out of one function, does a syntax check on the
function you've just left?
Seems to me this would be much easier than an always-checking editor,
and almost as useful.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.