Well, I finally ran into a Python Unicode problem, sort of

Random832 random832 at fastmail.com
Sun Jul 3 22:16:27 EDT 2016


On Sun, Jul 3, 2016, at 20:00, Lawrence D’Oliveiro wrote:
> That would be neat. But remember, you would have to define the operator
> precedence as well. So you could no longer use a recursive-descent
> parser.

You could use a recursive-descent parser if you monkey-patch the parser
when adding a new operator.



More information about the Python-list mailing list