Related articles |
---|
LL information d95-nll@sm.luth.se (Niklas Lundell) (1999-03-09) |
Re: LL information jamz@my-dejanews.com (1999-03-10) |
Re: LL information napi@cel.mimos.my (1999-03-10) |
Re: LL information adrian@dcs.rhbnc.ac.uk (1999-03-22) |
Re: LL information cspt@giraffe.ru.ac.za (Pat Terry) (1999-03-23) |
From: | jamz@my-dejanews.com |
Newsgroups: | comp.compilers |
Date: | 10 Mar 1999 00:32:27 -0500 |
Organization: | Deja News - The Leader in Internet Discussion |
References: | 99-03-032 |
Keywords: | LL(1), PCCTS |
Niklas Lundell <d95-nll@sm.luth.se> wrote:
> I am using a LL grammar for my project and was wondering if there exist
> a tool that given a LL grammar outputs the FIRST and FOLLOW sets?
>
> Thanks for any information.
If you use the ANTLR parser generator, which is LL, you can use the -analyze
switch and it will output FIRST and FOLLOW sets in the generated code. See
www.antlr.org
Monty
Return to the
comp.compilers page.
Search the
comp.compilers archives again.