Help improve program for parsing simple rules

John Machin sjmachin at lexicon.net
Thu Apr 16 21:29:12 EDT 2009


On Apr 17, 1:57 am, prueba... at latinmail.com wrote:

> COMP_REPLACERS={'LT':'<', 'GT':'>', 'LE':'<=', 'GE':'>=', '=':'==',
> '=>':'=>', '=<':'=<'}

What do the '=>' and '=<' represent? Why are you replacing each by
itself?



More information about the Python-list mailing list