fool2fish / dragon-book-exercise-answers

Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4.4.4 - (5) Answer Issue

Terrence-Chen opened this issue · comments

I think the Follow sets are wrong. Should be

Follow(S) = {$, ), ,}
Follow(L) = {), ,}

Am I correct?

commented

yes .I get the same answer