Hey Piotr, I have some thoughts regarding Python A...
# python-contributors
s
Hey Piotr, I have some thoughts regarding Python AST code that we now have. It's auto-generated now. However, using that auto-generated code is quite wordy because all the parameters need to be specified and also some names are long. Don't you mind if I create wrappers for some of that stuff, in a new package (not inside
generated
)? Also, would be cool to have constants for
True
and so on. Maybe in the future we can even extract it as a Python AST library for JVM and Kotlin Multiplatform! By the way, I don't want to get rid of auto-generated code: it seems useful because it's actually a base that ensures that we have every AST element covered correctly