From dde3c08f612386b7bd483750ae49ef27d7cdf9e7 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sun, 27 Jul 2014 21:05:01 +0200 Subject: [PATCH] Add TODO item: skip preprocessor directives. --- lslopt/lslparse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index b42dcfd..73057c7 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -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