You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am interested to work on this issue. I am very new to AST and ASTx and would require some help to get on track with this issue. I have done some research on AST and ASTx and have figured that ASTx does not have GeneratorExp node which are present in python AST module.
I have understand that I need to create a class that represents python's generator expressions in ASTx node representation. I can do that by extending ASTx's base class like Expression.
Before I start I wanted a confirmation if I have understood the issue correctly ?
Awaiting for your response ...
No description provided.
The text was updated successfully, but these errors were encountered: