public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Daniel Berlin <dan@cgsoftware.com>
To: Andi Kleen <ak@suse.de>
Cc: thi <ttn@revel.glug.org>, gcc@gcc.gnu.org
Subject: Re: C/C++ front-end extension a la SWIG?
Date: Thu, 29 Jun 2000 12:28:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0006291227100.8609-100000@propylaea.anduin.com> (raw)
In-Reply-To: <20000629212351.A377@gruyere.muc.suse.de>

> 
> Not the version I have here:
> 
>  -rw-r--r--   chiba/parc      38678 openc++-2.3/src/parser.y
> 
> 
> It is still a relatively nice parser (the backtracing via the lexer is not too
> complicated) 

That version is quite a few years old.
Try 2.5.8, just released 6/26

/*
   C++ Parser

   This parser is a LL(k) parser with ad hoc rules such as
   backtracking.

   r<name>() is the grammer rule for a non-terminal <name>.
   opt<name>() is the grammer fule for an optional non-terminal <name>.
   is<name>() looks ahead and returns TRUE if the next symbol is <name>.
*/


> 
> 
> -Andi
> 

  reply	other threads:[~2000-06-29 12:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-28 17:24 thi
2000-06-29  0:45 ` Martin v. Loewis
2000-06-29  1:14   ` Mark Mitchell
2000-06-29  6:25     ` Daniel Berlin
2000-06-29 10:36       ` Mark Mitchell
2000-06-29 10:54         ` thi
2000-06-29 11:29           ` Mark Mitchell
2000-06-29  8:48   ` thi
2000-06-29 11:58     ` Andi Kleen
2000-06-29 12:22       ` Daniel Berlin
2000-06-29 12:24         ` Andi Kleen
2000-06-29 12:28           ` Daniel Berlin [this message]
2000-06-29 13:43     ` Martin v. Loewis
2000-06-29 15:09       ` Daniel Berlin
2000-07-05 17:48 Mike Stump
2000-07-06 11:19 ` Laurent Guerby
2000-07-10 17:17 ` thi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0006291227100.8609-100000@propylaea.anduin.com \
    --to=dan@cgsoftware.com \
    --cc=ak@suse.de \
    --cc=gcc@gcc.gnu.org \
    --cc=ttn@revel.glug.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).