[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: Wed, 26 Jan 2011 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