Re: LL1 program ???

napi@cel.mimos.my (Mohd-Hanafiah Abdullah)
11 Jul 1998 23:40:19 -0400

          From comp.compilers

Related articles
LL1 program ??? Andrea.Palmieri@ii.uam.es (Aulas de =?iso-8859-1?Q?Inform=E1tica?=) (1998-07-01)
Re: LL1 program ??? msrao@india.ti.com (Srikanth M) (1998-07-03)
Re: LL1 program ??? joachim.durchholz@munich.netsurf.de (Joachim Durchholz) (1998-07-03)
Re: LL1 program ??? janaki@csa.iisc.ernet.in (Janaki S) (1998-07-10)
Re: LL1 program ??? napi@cel.mimos.my (1998-07-11)
Re: LL1 program ??? joachim.durchholz@munich.netsurf.de (Joachim Durchholz) (1998-07-13)
Re: LL1 program ??? rod.bates@boeing.com (Rodney M. Bates) (1998-07-20)
Re: LL1 program ??? leichter@smarts.com (Jerry Leichter) (1998-07-21)
Re: LL1 program ??? jamz@my-dejanews.com (1998-07-24)
| List of all articles for this month |

From: napi@cel.mimos.my (Mohd-Hanafiah Abdullah)
Newsgroups: comp.compilers
Date: 11 Jul 1998 23:40:19 -0400
Organization: MIMOS BERHAD, MALAYSIA
References: 98-07-009 98-07-033
Keywords: parse, LL(1)

Aulas de Informática wrote:
>> I am looking for a tool for transforming any language (given its
>> grammar) into an equivalent one in its LL1 form.


As mentioned it's impossible to transform just any language grammar to its
LL(1) equivalent. But, you may be interested in a program written by Will
Clinger in Scheme that tells whether your grammar is LL(1) or not. It can be
found at:


ftp://iecc.com/pub/file/ in the file cgram-ll1.gz


Napi
--


Post a followup to this message

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