Related articles |
---|
thread safe parsers in C/C++ tom@tumbleweed.com (Tom Wong) (1999-07-14) |
Re: thread safe parsers in C/C++ dwightvdb@compaq.net (Dwight Vandenberghe) (1999-07-19) |
Re: thread safe parsers in C/C++ sandmann@daimi.au.dk (Soeren Sandmann) (1999-07-20) |
From: | "Tom Wong" <tom@tumbleweed.com> |
Newsgroups: | comp.compilers |
Date: | 14 Jul 1999 02:12:59 -0400 |
Organization: | Frontier GlobalCenter Inc. |
Keywords: | yacc, parallel, question, comment |
I am working on a project which requires parsing multiple files
simoultaneously. And I am aware that bison doesn't generate thread
safe code. Does any one know of tools that generate c/c++ code that
is thread safe and re-entrant safe?
[What's wrong with bison's %pure_parser ? -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.