help-bison
[Top][All Lists]
Advanced

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

Re: Is the Bison generated parser thread safe?


From: Hans Aberg
Subject: Re: Is the Bison generated parser thread safe?
Date: Wed, 24 Jan 2007 11:20:04 +0100

On 24 Jan 2007, at 00:20, YiQing Yang wrote:

I have a simple question: is the parser generated by the latest Bison (2.3) thread safe? When declaring a parser as %pure-paser, is the generated parser
thread safe?

It should be, as that is what the name %pure-parser implies. Make sure to pass data via the parser function argument.

  Hans Aberg






reply via email to

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