testing LR(0), SLR(1), etc., and item sets

"Rodney M. Bates" <rbates@southwind.net>
4 Oct 2003 14:48:39 -0400

          From comp.compilers

Related articles
testing LR(0), SLR(1), etc., and item sets rbates@southwind.net (Rodney M. Bates) (2003-10-04)
Re: testing LR(0), SLR(1), etc., and item sets cfc@world.std.com (Chris F Clark) (2003-10-06)
Re: testing LR(0), SLR(1), etc., and item sets haberg@matematik.su.se (2003-10-06)
testing LR(0), SLR(1), etc., and item sets scavadini@ucse.edu.ar (Salvador V. Cavadini) (2003-10-12)
Re: testing LR(0), SLR(1), etc., and item sets jfortes@dis.ulpgc.es (2003-10-27)
| List of all articles for this month |

From: "Rodney M. Bates" <rbates@southwind.net>
Newsgroups: comp.compilers
Date: 4 Oct 2003 14:48:39 -0400
Organization: EarthLink Inc. -- http://www.EarthLink.net
Keywords: parse, question
Posted-Date: 04 Oct 2003 14:48:39 EDT

For some grammar design experiments, I need a tool that will:
1) test a grammar for LR(0), SLR(1), and LALR(1).
2) print the closed item sets.
3) print the lookahead sets for the varios constructions.


The descriptions on the compiler tools page are not set up with this
kind of usage in mind, and it would take quite a bit of work to
dowload lots of them, plus the various needed language
implementations, etc. and check them out. If anybody already knows
something about this, it would help. Thanks.


Rodney M. Bates


Post a followup to this message

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