On Thu, Jan 16, 2020 at 8:13 AM Brian Theado <[email protected]> wrote:
I ... came across several references to Python parsing which I thought in > light of recent work, Edward would be interested in. > Thanks for these links. I've bookmarked them. baron and parso would have made my work much simpler. Alas, they further "Balkanize" python's world as far as parse trees go. The advantages of my present work: 1. It works with Python's standard ast and tokenize modules. 2. It allows devs to work either with tokens or with parse trees: both/and, not either/or. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS3jGxon%2BHOFZdY8UaoYqEev0yxN2J6BSfz5CP1rPVO3Hw%40mail.gmail.com.
