bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] --warnings=no-XXX [RFC] --warnings categories


From: Di-an JAN
Subject: Re: [PATCH] --warnings=no-XXX [RFC] --warnings categories
Date: Fri, 21 Nov 2008 12:54:31 -0800 (PST)

On Fri, 21 Nov 2008, Akim Demaille wrote:

"stray `,' treated as white space"

We have that???  Gee.  How about seeing how to get rid of it?

I think we should change the grammar to only allow commas in lists like

        %token TOK1 1001 "tok1", TOK2 1002 "tok2"

Getting rid of it altogether is easy: it's line 140 in src/scan-gram.l
I suppose we don't want to allow SGML-ish comma-for-sequence syntax

        HTML: HEAD, BODY;

Di-an Jan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]