Recommendation of a parser generator

Bengt Richter bokr at oz.net
Sat Aug 9 12:49:19 EDT 2003


On 09 Aug 2003 14:46:19 +0100, jjl at pobox.com (John J. Lee) wrote:

>bokr at oz.net (Bengt Richter) writes:
>[...]
>> BTW, I wonder if there is a Python parser generator that will take
>> a flex-format grammar as input. Then a transition would be easier.
>
>I agree, but <nit>flex isn't a parser generator, is it -- it's a
>lexical scanner generator</nit>?
>
You're right. GNU Bison is that, but with the start-condition logic
in flex I found I didn't need it.

Regards,
Bengt Richter




More information about the Python-list mailing list