Re: (no subject)

2008-01-28 Thread Hans Aberg
On 28 Jan 2008, at 17:43, [EMAIL PROTECTED] wrote: Hello, everyone, I am now working on the subject "how to generate the syntax tree using Bison for given C/C++ code". I have a grammar file in which the C grammar is defined, however, it seems that Bison doesn't generate such a syntax tree

Re: (no subject)

2006-12-28 Thread Hans Aberg
On 27 Dec 2006, at 20:41, Anouar LACHHEB wrote: I want to use POSIX threads into my application which includes a scanner and a parser. I read that in that case I have to use re- entrant parser through %pure-parser directive. I notice that I need to introduce some changes to my parser such as

Re: YYABORT in GLR (was: Re: (no subject))

2006-12-12 Thread Hans Aberg
On 12 Dec 2006, at 20:39, Joel E. Denny wrote: Maybe there's a confusion in terminology here: YYABORT stops the single GLR parser (that is, yyparse). In the case of GLR, would it not be best to call yyparse the parser, and the splits branches of this single parser. This will avoid the con

Re: YYABORT in GLR (was: Re: (no subject))

2006-12-12 Thread Hans Aberg
On 12 Dec 2006, at 20:39, Joel E. Denny wrote: I'm working on a prototype of a COBOL-parser in bison using a GLR- parser. I have a question considering YYABORT: When the parsing-process uses more then one parser, and one of them encounters this macro, will only this parser stop, or all of the

YYABORT in GLR (was: Re: (no subject))

2006-12-12 Thread Joel E. Denny
On Tue, 12 Dec 2006, Hans Aberg wrote: > [Please try to give descriptive subjects; replies should cc the Help-Bison > list.] > > On 12 Dec 2006, at 12:28, [EMAIL PROTECTED] wrote: > > > I'm working on a prototype of a COBOL-parser in bison using a GLR-parser. > > I have a question considering YY

Re: (no subject)

2006-12-12 Thread Hans Aberg
[Please try to give descriptive subjects; replies should cc the Help- Bison list.] On 12 Dec 2006, at 12:28, [EMAIL PROTECTED] wrote: I'm working on a prototype of a COBOL-parser in bison using a GLR- parser. I have a question considering YYABORT: When the parsing-process uses more then one p

Re: (no subject)

2006-10-02 Thread Satya
hi, Nope. I don't think so. The standard Bison distribution (1.2.8) is at: http://ftp.gnu.org/pub/gnu/bison/bison-1.28.tar.gz The files included in the above archive are the only files that will be installed. I am not one of the maintainers of Bison but this my understanding. ./satya. On 10/2