From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Andi Kleen Cc: thi , gcc@gcc.gnu.org Subject: Re: C/C++ front-end extension a la SWIG? Date: Thu, 29 Jun 2000 12:28:00 -0000 Message-id: References: <20000629212351.A377@gruyere.muc.suse.de> X-SW-Source: 2000-06/msg00769.html > > 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() is the grammer rule for a non-terminal . opt() is the grammer fule for an optional non-terminal . is() looks ahead and returns TRUE if the next symbol is . */ > > > -Andi >