help-bison
[Top][All Lists]
Advanced

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

Re: Parser in multi-thread environment


From: Akim Demaille
Subject: Re: Parser in multi-thread environment
Date: 27 Jun 2002 14:36:33 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

>>>>> "whyithappen" == whyithappen  <zhke> writes:

whyithappen> Hi there, I'd like to code a parser engine embedding in a
whyithappen> DLL which may be accessed by multi threads at the same
whyithappen> time under win32 environment.Since there are some global
whyithappen> symbols like yyval,and the yylex does not accept a
whyithappen> parameter so there should be some additional global
whyithappen> variables like fin,lineno be defined,how should I get rid
whyithappen> of the problem of accessing the same global variables in
whyithappen> different context concurrently?

Look at %pure-parser in Bison.



reply via email to

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