mycoboco / beluga

a standard C compiler (with an integrated preprocessor)
http://code.woong.org/beluga
Other
65 stars 8 forks source link

warn backslash-newline separated by space #111

Closed mycoboco closed 6 years ago

mycoboco commented 6 years ago

Warn code like this:

code \[spaces here]

Don't forget trigraphs; they cannot be separated by escaped newlines due to TPs.

mycoboco commented 6 years ago

gcc recognizes instances of separated backslash-newline as continued lines while beluga does not.