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: | "Dwight Vandenberghe" <dwightvdb@compaq.net> |
Newsgroups: | comp.compilers |
Date: | 19 Jul 1999 01:28:06 -0400 |
Organization: | Compilers Central |
References: | 99-07-056 |
Keywords: | parallel, parse |
Tom Wong <tom@tumbleweed.com> wrote
> 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?
Yacc++, from Compiler Resources, is .... and it generates co-routines
as well. I know of no better tool for industrial-strength parsing and
lexing and building AST's.
Dwight
Return to the
comp.compilers page.
Search the
comp.compilers archives again.