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: Tomas Stanek
Subject: Re: can parsers in bison work in multithreaded environment
Date: Thu, 8 Apr 2004 20:01:43 +0200
User-agent: Mutt/1.3.28i

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.)

regards,
Tomas Stanek




reply via email to

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