DoctorWkt/acwj

Part 5: not mentioning modification in op_precedence()

Psycho7 opened this issue · 1 comments

The following 2 lines are updated based on the use of ;

if (tokentype == T_SEMI)

if (tokentype == T_SEMI)

It's better to mention that otherwise may take some time for reader to find the issue

Thanks Chujie Zeng for the suggestion. I have updated the Readme for part 5 with some comments on the change to the parser.