Recommendation of a parser generator

William Trenker wtrenker at shaw.ca
Thu Aug 14 09:43:09 EDT 2003


On Fri, 08 Aug 2003 15:06:33 -0700
fortepianissimo at yahoo.com.tw (Fortepianissimo) wrote regarding Recommendation of a parser generator:

> I'd appreciate very much some expert suggestions from the group, like
> on the speed, flexibility, portability, and the future prospect (like
> to be adopted as the standard etc.).

The lemon parser generator program does the same job as YACC or BISON, but uses a less error-prone grammar syntax and a different parsing algorithm to yield a faster, re-entrant and thread-safe parser. 

It's open source and you can get it at http://hwaci.com/sw/lemon/index.html

Regards,
Bill








More information about the Python-list mailing list