You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😭
After introducing new tokens, many places need modification of course.
It's not hard for someone to realize we need to change
defs.h
andscan.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 😭
acwj/08_If_Statements/expr.c
Line 78 in b11b269
acwj/08_If_Statements/expr.c
Line 98 in b11b269
The text was updated successfully, but these errors were encountered: