Re: the C coding style in lua sources
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: the C coding style in lua sources
- From: David Manura <dm.lua@...>
- Date: 2011年1月26日 11:41:59 -0500
On Wed, Jan 26, 2011 at 11:20 AM, François Perrad
<francois.perrad@gadz.org> wrote:
>> Doesn't the same concern apply to multi-part expressions on the same line?
> yes, especially when contains function calls.
One solution may be to break lines via a preprocessor (perhaps based
on the tokenizers in [1]) before running coverage analysis.
[1] http://lua-users.org/wiki/LpegRecipes