Re: Thread Safe Lexer and Parser?

Stefan Monnier <stefan.monnier@epfl.ch>
Wed, 2 Aug 1995 09:36:41 GMT

          From comp.compilers

Related articles
Thread Safe Lexer and Parser? aaron0@netcom.com (1995-07-27)
Re: Thread Safe Lexer and Parser? stefan.monnier@epfl.ch (Stefan Monnier) (1995-08-02)
Re: Thread Safe Lexer and Parser? aaron0@netcom.com (1995-08-02)
Re: Thread Safe Lexer and Parser? johnm@soda.CSUA.Berkeley.EDU (1995-08-02)
Re: Thread Safe Lexer and Parser? parrt@lonewolf.parr-research.com (1995-08-06)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Stefan Monnier <stefan.monnier@epfl.ch>
Originator: monnier@lia.di.epfl.ch (Stefan Monnier)
Keywords: lex, parse, parallel
Organization: Ecole Polytechnique Federale de Lausanne
References: 95-08-013
Date: Wed, 2 Aug 1995 09:36:41 GMT

Aaron, just Aaron <aaron0@netcom.com> wrote:
] ? Are there thread-safe versions of lex and yacc available?
[...]
] ? Are there thread safe scanner and parser generators other than lex and
] yacc available?


As far as I know ml-lex and ml-yacc (distributed along with SML/NJ) are both
thread-safe !
But you'll have to switch from C to SML (which is a good idea in its own right,
but you might disagree (or your manager, who knows !))




Stefan
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.