[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bison patch to help gcc?
From: |
Paul Eggert |
Subject: |
Re: bison patch to help gcc? |
Date: |
26 Mar 2003 23:35:07 -0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3 |
Zack Weinberg <address@hidden> writes:
> My understanding is that the basic issue is that GCC's extended C has
> a grammar which is not LALR(1).
Bison currently generates GLR parsers too, which should be enough to
handle any weird constructs that the C and C++ language designers can
think of.
Also, we are planning to add LL(k) support. It sounds like you might
prefer LL(k), since you like ANTLR; perhaps we should bump its
priority.