Part 8: new token related issue
Psycho7 opened this issue · 2 comments
Psycho7 commented
After introducing new tokens, many places need modification of course.
It's not hard for someone to realize we need to change defs.h
and scan.c
, but some files are easily ignored at first.
For example the following change, this one really took me a lot of time to figure out why my code wasn't working as expected 😭
Line 78 in b11b269
Line 98 in b11b269
DoctorWkt commented
I'm sad that you had problems here. Can you suggest an improvement I can make to the Readme or code which would have helped? Thanks.
Psycho7 commented
Hi @DoctorWkt . Probably just mentioning the changes in readme would be great.