| Related articles |
|---|
| Threadsafe parser generators? c.coles@slh0633.wins.icl.co.uk (Wilf Coles) (1996-12-07) |
| Re: Threadsafe parser generators? jlilley@empathy.com (1996-12-09) |
| Re: Threadsafe parser generators? Martin.Jourdan@inria.fr (1996-12-10) |
| Re: Threadsafe parser generators? car@mothra.lbl.gov (Chuck Rendleman) (1996-12-14) |
| Re: Threadsafe parser generators? meissner@cygnus.com (Michael Meissner) (1996-12-15) |
| Re: Threadsafe parser generators? paulpaul@knoware.nl (1996-12-15) |
| Re: Threadsafe parser generators? c.coles@slh0633.wins.icl.co.uk (Wilf Coles) (1996-12-24) |
| From: | Chuck Rendleman <car@mothra.lbl.gov> |
| Newsgroups: | comp.compilers |
| Date: | 14 Dec 1996 00:40:18 -0500 |
| Organization: | CCSE/LBNL |
| References: | 96-12-059 |
| Keywords: | yacc, parallel |
Wilf Coles <c.coles@slh0633.wins.icl.co.uk> writes:
> Does anyone know of any threadsafe parser generators (for C),
> i.e. that will generate parsers to work in a multi threaded
> environment.
Bison, from ftp://prep.ai.mit.edu/pub/gnu, can be make to issue a
reentrant parser.
--
Charles A. Rendleman
Center for Computational Sciences and Engineering CARendleman@lbl.gov
Lawrence Berkeley National Laboratory phone 510.486.5181
1 Cyclotron Road, MS 50D, Berkeley CA, 94720 fax 510.486.6900
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.