home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compiler / 1440 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.4 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!spdcc!iecc!compilers-sender
  2. From: steveh@psg.com (Steve Hampson)
  3. Newsgroups: comp.compilers
  4. Subject: Re: A Non-LALR(1) Parser Generator
  5. Keywords: parse, LR(1)
  6. Message-ID: <92-08-140@comp.compilers>
  7. Date: 22 Aug 92 05:06:00 GMT
  8. Article-I.D.: comp.92-08-140
  9. References: <92-08-119@comp.compilers>
  10. Sender: compilers-sender@iecc.cambridge.ma.us
  11. Reply-To: steveh@psg.com (Steve Hampson)
  12. Organization: Compilers Central
  13. Lines: 23
  14. Approved: compilers@iecc.cambridge.ma.us
  15.  
  16. bromage@mullauna.cs.mu.OZ.AU (Andrew Bromage) writes:
  17. >Does anybody know if LR is sitting on a server somewhere?
  18.  
  19. In about 1982 LR was available for a nominal fee from the National Energy
  20. Software Center located at Argone National Laboratory.  I used a copy to
  21. write my masters thesis.
  22.  
  23. The system is described in:
  24.  
  25.     Wetherall, Charles and Alfred Shannon, "LR - Automatic Parser
  26.     Generator and LR(1) Parser," IEEE Transactions on Software
  27.     Engineering SE-7, 3, 274-278, May 1981.
  28.  
  29. The tables are meant to be transportable, so they are not packed at all.
  30. I spent some time packing the tables and extending the grammar so that it
  31. would be tolerable to use.
  32.  
  33. I have a copy somewhere on a 9-track tape in DEC-10 backup format, but
  34. since I have neither a DEC-10, a 9-track tape drive nor any desire to look
  35. for it, please don't ask.
  36. -- 
  37. Send compilers articles to compilers@iecc.cambridge.ma.us or
  38. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  39.