Convert The Context Free Grammar to LL1 Grammar
Posted
by kamiar3001
on Stack Overflow
See other posts from Stack Overflow
or by kamiar3001
Published on 2010-06-03T06:17:04Z
Indexed on
2010/06/03
6:44 UTC
Read the original article
Hit count: 527
hi
I want to write a program to gives grammar as input and change it to LL1.
my problem is converting to LL1 I don't have any algorithm to convert. I earn grammar from some input text by a simple text analyzer but how I can change it to LL1 ? is there any algorithm that is clear to implement.
© Stack Overflow or respective owner