Re: An interesting Parser problem

Gene <gene.ressler@gmail.com>
Sun, 2 Dec 2007 12:27:57 -0800 (PST)

          From comp.compilers

Related articles
An interesting Parser problem sachin.goyal.new@gmail.com (sachin.goyal.new@gmail.com) (2007-11-29)
Re: An interesting Parser problem torbenm@app-4.diku.dk (2007-11-30)
Re: An interesting Parser problem DrDiettrich1@aol.com (Hans-Peter Diettrich) (2007-11-30)
Re: An interesting Parser problem holgersiegel74@yahoo.de (Holger Siegel) (2007-11-30)
Re: An interesting Parser problem cfc@shell01.TheWorld.com (Chris F Clark) (2007-11-30)
Re: An interesting Parser problem gene.ressler@gmail.com (Gene) (2007-12-02)
Re: An interesting Parser problem rlwatkins@gmail.com (RLW) (2007-12-08)
| List of all articles for this month |

From: Gene <gene.ressler@gmail.com>
Newsgroups: comp.compilers
Date: Sun, 2 Dec 2007 12:27:57 -0800 (PST)
Organization: Compilers Central
References: 07-11-081 07-11-093
Keywords: editor
Posted-Date: 02 Dec 2007 16:38:18 EST

> > We are planning to make an intelligent text editor (Why is not
> > important, we have to do it.) ...


Some folks were working on this at Cornell, too, and they developed a
nice theory based on attribute evaluation. One of the summary works
was this:


@book{RepsAndTeitelbaum,
  author = {Thomas W. Reps and Tim Teitelbaum},
  title = {The synthesizer generator: a system for constructing
language-based editors},
  year = {1989},
  isbn = {0-387-96857-1},
  publisher = {Springer-Verlag New York, Inc.},
  address = {New York, NY, USA},
  }
[Reps and Teitelbaum's group spun off into a small company called
Grammatech which is still around, in an office across the street from
my church. They sell Ada and C/C++ tools. If your target language is
Ada, you could do a lot worse than to use their stuff rather than
reinventing the wheel. -John]



Post a followup to this message

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