This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New frontend: PL/I for gcc
- From: Mike Stump <mrs at apple dot com>
- To: henrik dot sorensen at balcab dot ch
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 17 Mar 2003 11:25:46 -0800
- Subject: Re: New frontend: PL/I for gcc
On Saturday, March 15, 2003, at 11:49 AM, Henrik wrote:
Also, does anyone have some references for doing two-pass parsing
using gcc?
CHILL and g++ both have (had) two pass parsing... CHILL was what one
might call full two pass parsing. g++ used something close to it for
eating templates.