-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
hi,
Just few lines to take into account preprocessor commands…
re_line_preprocess_to_be_continued = re.compile('.*\\\\$')
...
if not self.is_line_preprocess_to_be_continued(prev_line):
line,prev_line = self.fix_line_continuation(line,prev_line)
source[prev_line_index] = prev_line
...
@staticmethod
def is_line_preprocess_to_be_continued(line):
if Fixed2Free.re_line_preprocess_to_be_continued.match(line):
return True
return False
Nice day
Metadata
Metadata
Assignees
Labels
No labels