| 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: | Martin von Loewis <loewis@informatik.hu-berlin.de> |
| Newsgroups: | comp.compilers |
| Date: | 7 Dec 2001 23:35:45 -0500 |
| Organization: | Humboldt University Berlin, Department of Computer Science |
| References: | 01-12-015 |
| Keywords: | lex, yacc, parallel |
| Posted-Date: | 07 Dec 2001 23:35:45 EST |
"Mario Sansone" <msansone@gmx.de> writes:
> Does anybody know where I can get a threadsafe version of lex (flex)
> and yacc ? (not the MKS-lex/yacc)
I believe both bison++ and "flex -+" allow construction thread-safe
parsers. In addition, the bison pure_parser declaration also creates a
reentrant parser.
HTH,
Martin
Return to the
comp.compilers page.
Search the
comp.compilers archives again.