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

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Sun Jul 3 21:15:24 EDT 2016


On Monday, July 4, 2016 at 12:40:14 PM UTC+12, BartC wrote:
> The structure of such a parser doesn't need to exactly match the grammar 
> with a dedicated block of code for each operator precedence. It can be 
> table-driven so that an operator precedence value is just an attribute.

Of course. But that’s not a recursive-descent parser any more.



More information about the Python-list mailing list