已知文法G[S]:S→eT|RTT→DR|εR→dR|εD→a|bd求FIRST(S)=()
A.{e}
B.{e,d}
C.{e,d,a,b,ε}
D.{e,d,a,b}
正确答案:{e,d,a,b,ε}
猜你喜欢