Compiler Design and Construction
Lab 1:
Lab 2:
Lab 3:
Lab 4:
Lab 5:
Write a program to find the first of given grammar
S->L+R S->R L->*R L->a R->L
Write a program to find the follow of the given grammar
R->aS R->(R)S S->+RS S->aRS s->as
Lab 6:
Lab 7:
Lab 8:
Lab 9:
Last updated
Was this helpful?