Re: Looking for multi-platform lex/yacc tools

fastyeald@cix.compulink.co.uk ("Fastyeald Computers ")
Wed, 7 Sep 1994 03:06:31 GMT

          From comp.compilers

Related articles
Looking for multi-platform lex/yacc tools mikeh@gordian.com (1994-08-28)
Re: Looking for multi-platform lex/yacc tools fastyeald@cix.compulink.co.uk (1994-09-07)
| List of all articles for this month |

Newsgroups: comp.compilers
From: fastyeald@cix.compulink.co.uk ("Fastyeald Computers ")
Keywords: lex, yacc
Organization: Compulink Information eXchange
References: 94-08-156
Date: Wed, 7 Sep 1994 03:06:31 GMT

The MKS Lex/Yacc are pretty good. Personally I like them for the
C++ output, but this is not multi-platform ... :-)


The MKS lex is very slow compared to flex, both in terms of parsing
and execution of the final lexer.
I'd recommend using flex and byacc, then you get tools which you
can modify as required.


TTFN Jerry.
--


Post a followup to this message

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