help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can parsers in bison work in multithreaded environment


From: Hans Aberg
Subject: Re: can parsers in bison work in multithreaded environment
Date: Fri, 9 Apr 2004 21:18:36 +0200

At 20:01 +0200 2004/04/08, Tomas Stanek wrote:
>Look for pure-parser and reentrant keywords in bison info pages.
>(Your lexer needs to be reentrant as well, so look for reentrant
>keyword in flex info if you're using flex.)

This probably won't help, as the fellow apparently wanted to run under C++.
The C stacks will under C++ not invoke the copy constructors when the stack
is reallocated.

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]