Related articles |
---|
Threaded bison parsers? psigrist@opteway.com (Sigrist, Pierre) (2001-05-18) |
Re: Threaded bison parsers? loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-05-30) |
From: | Martin von Loewis <loewis@informatik.hu-berlin.de> |
Newsgroups: | comp.compilers |
Date: | 30 May 2001 00:01:24 -0400 |
Organization: | Humboldt University Berlin, Department of Computer Science |
References: | 01-05-045 |
Keywords: | parse, parallel |
Posted-Date: | 30 May 2001 00:01:23 EDT |
"Sigrist, Pierre" <psigrist@opteway.com> writes:
> Could please provide some clues/documentation/web sites/code samples which
> explain how to achieve to such a re-reentrant component.
The trick is to declare %pure_parser. Please see the bison texinfo
pages for details; in particular the node (bison)Pure Decl.
Regards,
Martin
Return to the
comp.compilers page.
Search the
comp.compilers archives again.