Re: A Non-LALR(1) Parser Generator

steveh@psg.com (Steve Hampson)
Sat, 22 Aug 1992 05:06:00 GMT

          From comp.compilers

Related articles
A Non-LALR(1) Parser Generator dan%npt1@uunet.UU.NET (1992-08-03)
Re: A Non-LALR(1) Parser Generator Peter.Breuer@prg.oxford.ac.uk (1992-08-05)
Re: A Non-LALR(1) Parser Generator bromage@mullauna.cs.mu.oz.au (1992-08-17)
Re: A Non-LALR(1) Parser Generator ejy@hrmsc.att.com (1992-08-18)
Re: A Non-LALR(1) Parser Generator pakstas@idt.unit.no (1992-08-17)
Re: A Non-LALR(1) Parser Generator bromage@mullauna.cs.mu.OZ.AU (1992-08-20)
Re: A Non-LALR(1) Parser Generator steveh@psg.com (1992-08-22)
Re: A Non-LALR(1) Parser Generator fm04@rummelplatz.uni-mannheim.de (1992-08-25)
| List of all articles for this month |

Newsgroups: comp.compilers
From: steveh@psg.com (Steve Hampson)
Organization: Compilers Central
Date: Sat, 22 Aug 1992 05:06:00 GMT
References: 92-08-119
Keywords: parse, LR(1)

bromage@mullauna.cs.mu.OZ.AU (Andrew Bromage) writes:
>Does anybody know if LR is sitting on a server somewhere?


In about 1982 LR was available for a nominal fee from the National Energy
Software Center located at Argone National Laboratory. I used a copy to
write my masters thesis.


The system is described in:


Wetherall, Charles and Alfred Shannon, "LR - Automatic Parser
Generator and LR(1) Parser," IEEE Transactions on Software
Engineering SE-7, 3, 274-278, May 1981.


The tables are meant to be transportable, so they are not packed at all.
I spent some time packing the tables and extending the grammar so that it
would be tolerable to use.


I have a copy somewhere on a 9-track tape in DEC-10 backup format, but
since I have neither a DEC-10, a 9-track tape drive nor any desire to look
for it, please don't ask.
--


Post a followup to this message

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