Re: Semantic error recovery

sommerfeld@apollo.hp.com (Bill Sommerfeld)
Tue, 23 Nov 1993 18:01:55 GMT

          From comp.compilers

Related articles
[8 earlier articles]
Re: Semantic error recovery kanze@us-es.sel.de (James Kanze) (1993-11-15)
Re: Semantic error recovery kanze@us-es.sel.de (James Kanze) (1993-11-15)
Re: Semantic error recovery delano@snake.CS.Berkeley.EDU (1993-11-17)
Re: Semantic error recovery bill@amber.csd.harris.com (1993-11-17)
Re: Semantic error recovery weberwu@inf.fu-berlin.de (1993-11-18)
Re: Semantic error recovery bj@hatch.socal.com (1993-11-22)
Re: Semantic error recovery sommerfeld@apollo.hp.com (1993-11-23)
Re: Semantic error recovery geoff@flash.bellcore.com (1993-11-28)
Re: Semantic error recovery bill@amber.csd.harris.com (1993-12-01)
Re: Semantic error recovery geoff@flash.bellcore.com (1993-12-04)
| List of all articles for this month |

Newsgroups: comp.compilers
From: sommerfeld@apollo.hp.com (Bill Sommerfeld)
Keywords: parse, errors
Organization: Hewlett Packard, Chelmsford Site
References: 93-11-023 93-11-133
Date: Tue, 23 Nov 1993 18:01:55 GMT

Brendan Jones <bj@hatch.socal.com> wrote:
>Unix does have some utilities that emulate this by taking the error
>messages and inserting them as comments into the source file.


Much less fuss & muss is the GNU Emacs "M-x compile" system, which, rather
than editing the files to contain the error messages as comments,
maintains pointers (emacs calls these "markers") into the files in
question which move as the lines are juggled around.


- Bill
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.