| Related articles |
|---|
| thread-safe lex(flex) and yacc ? msansone@gmx.de (Mario Sansone) (2001-12-03) |
| Re: thread-safe lex(flex) and yacc ? loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-12-07) |
| Re: thread-safe lex(flex) and yacc ? ruslan@shevchenko.kiev.ua (2001-12-07) |
| From: | "Mario Sansone" <msansone@gmx.de> |
| Newsgroups: | comp.compilers |
| Date: | 3 Dec 2001 20:27:51 -0500 |
| Organization: | 1&1 Internet AG |
| Keywords: | lex, yacc, parallel, question |
| Posted-Date: | 03 Dec 2001 20:27:51 EST |
Hi,
Does anybody know where I can get a threadsafe version of lex (flex)
and yacc ? (not the MKS-lex/yacc)
bye,
mario
[Flex with the C++ flag generates lexers that I think are thread safe,
bison has a reentrant parser option. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.