Related articles |
---|
Lex/Yacc and multi-thread zi@spidernet.tm.fr (Zixiong WANg) (1997-12-12) |
Re: Lex/Yacc and multi-thread sultan@connexus.apana.org.au (1998-01-05) |
From: | "Zixiong WANg" <zi@spidernet.tm.fr> |
Newsgroups: | comp.compilers |
Date: | 12 Dec 1997 14:55:11 -0500 |
Organization: | Internet Way |
Keywords: | lex, yacc, parallel |
Hi,
Lex and Yacc use a lot of global variables to communicate to each
other, this makes them no safe in a multi-threading program.
The same thing applies to Flex/Bison (gnu Lex/Yacc).
Is there a solution to this ?
Thanks.
[There's a reentrant option for bison. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.