Re: patch: C-style string lexing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: patch: C-style string lexing
- From: Mark Hamburg <mhamburg@...>
- Date: 2008年1月31日 17:44:29 -0800
Actually, can you do the folding of the string concatenation in the lexer?
Instead of eliminating "< whitespace >" one would patch the lexer to
eliminate "< optional whitespace >..< optional whitespace >".
Mark