Message367730
Right, although I think it still makes sense to link both LibCST and parso since they provide different levels of abstraction that would be suitable for different types of tools (e.g. I would rather write an auto-formatter on top of parso, because LibCST's careful parsing and assignment of whitespace would mostly just get in the way, but I'd rather write any kind of refactoring tooling on top of LibCST.)
Another tool that escaped my mind when writing the PR that should probably be linked also is Baron/RedBaron (https://github.com/PyCQA/redbaron); 457 stars makes it slightly more popular than LibCST (but it's also been around a lot longer.) |
|
Date |
User |
Action |
Args |
2020-04-30 03:14:18 | carljm | set | recipients:
+ carljm, gvanrossum, gregory.p.smith, eric.snow, corona10, BTaskaya, Peter Ludemann |
2020-04-30 03:14:18 | carljm | set | messageid: <1588216458.8.0.841444663406.issue40360@roundup.psfhosted.org> |
2020-04-30 03:14:18 | carljm | link | issue40360 messages |
2020-04-30 03:14:18 | carljm | create | |
|