Add TODO item: skip preprocessor directives.

This commit is contained in:
Sei Lisa 2014-07-27 21:05:01 +02:00
parent 0f55129f71
commit dde3c08f61

View file

@ -1693,6 +1693,8 @@ class parser(object):
# Allow C style string composition of strings: "blah" "blah" = "blahblah"
self.allowmultistrings = 'allowmultistrings' in options
# TODO: Add option to skip preprocessor directives (specifically #line).
# TODO: Allow pure C-style string parsing. This is low-priority.
#self.allowcescapes = 'allowcescapes' in options