Hi,

On Thu, 21 Aug 2014 22:53:57 +1200
Cameron Kerr <cameron.kerr...@gmail.com> wrote:

> Cool. The most common bugs I've seen are from the config parser, which
> should be relatively self-contained. Since I've had some (little)
> exposure to bison, perhaps I'll look at tackling some of those.
Ok, great. 
BTW the error message related to your original bug report, i.e. parsing
'Exec drop()' is caused by the fact that the parser has two modes, parsing
expressions or parsing statements. This is currently in one parser when
it should be two. This is not trivial to fix but not impossible.
 
> Ps. Are you aware that the following doesn't work?
> 
> Group somegroup #end of line comment

Comments are only recognized when the hashmark is the first character in
the line.
See here: http://nxlog.org/nxlog-docs/en/nxlog-reference-manual.html#config
Comments are parsed at the 'preprocessor' level via the apache config
parser. For the above to work comments should be also handled by the bison 
grammar.
So that's a missing feature.

Regards,
Botond



------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to