Re: reduce/reduce error confusing declaration with subscription

2008-12-28 Thread Tom Lieber
On Sat, Dec 27, 2008 at 9:02 AM, Luca wrote: > Tom Lieber ha scritto: >> I'm creating a parser for a C-like language, basing it on this ANSI C >> grammar: >> >> http://www.lysator.liu.se/c/ANSI-C-grammar-y.html >> >> I would like to change the syntax for declaring variables so that >> instead of

Re: reduce/reduce error confusing declaration with subscription

2008-12-28 Thread Luca
Tom Lieber ha scritto: On Sat, Dec 27, 2008 at 9:02 AM, Luca wrote: Tom Lieber ha scritto: I'm creating a parser for a C-like language, basing it on this ANSI C grammar: http://www.lysator.liu.se/c/ANSI-C-grammar-y.html I would like to change the syntax for declaring variables so th