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
Refactored the lex function of the TrimmedLine in the BlockDirectiveParser
- Instead of incrementing the take count at every if conditions. We can increment at the end directly.
- This make code concise and hence easier to read and debug the while loop.
0 commit comments