Replies: 1 comment 5 replies
|
By definition, whitespace is unimportant trivia that can be skipped. If you care about it, it should not be using the whitespace rule, but instead you should skip it manually in the appropriate places. (For the concrete case of preprocessor directives which can literally appear anywhere, I recommend a two-pass approach like the way C/C++ compilers work.) |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
All reactions