fool2fish / dragon-book-exercise-answers

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

4.3.2(b) #75

Open dev-sabbir opened 9 years ago

dev-sabbir commented 9 years ago

Hello,

I have found that in 4.3.2(b) solution, you suggested that there is an indirect left recursion in:

S -> 0 A A -> S 1 | 1

I don't understand. Can you please check this and let us know if it is right or wrong ? Thank you.