On Mon, Nov 4, 2013 at 1:58 AM, Timothee Cour <thelastmamm...@gmail.com>wrote:
> > On Sat, Nov 2, 2013 at 1:19 AM, Philippe Sigaud <philippe.sig...@gmail.com > > wrote: > >> >> Note that Pegged has no problem with the official C grammar or the >> officiel XML specification... >> > > how do you handle left recursion in C ? eg: a[0][1] etc? > > I don't remember. Maybe the grammar I use has no left-recursion? I don't remember whether I sued the official C grammar or one created for PEGs by someone else. I know I tested it on many different programs, with no problem.