I have the following output: S → if E then S else S fi | if E then S fi | K
Considering ε as the empty sentence, what would be a valid substitution to obtain an equivalent grammar that is LL (1)?
I have the following output: S → if E then S else S fi | if E then S fi | K
Considering ε as the empty sentence, what would be a valid substitution to obtain an equivalent grammar that is LL (1)?