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

About Exercise set 2.6 #187

Open GKxxUCAS opened 3 years ago

GKxxUCAS commented 3 years ago

I think there are a few mistakes in exercise 2.6. The line is not updated when handling block comments. Also, a Token with space would be returned if there were space existing after comments.