Skip to content

**GeneratorExp**: Represents generator expressions (e.g., (x for x in range(5))). Critical for lazy evaluation. #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
xmnlab opened this issue Mar 3, 2025 · 2 comments

Comments

@xmnlab
Copy link
Contributor

xmnlab commented Mar 3, 2025

No description provided.

@Zehen-249
Copy link
Contributor

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 ...

@Zehen-249 Zehen-249 mentioned this issue Mar 11, 2025
11 tasks
@xmnlab
Copy link
Contributor Author

xmnlab commented Mar 15, 2025

hi @Zehen-249 , thanks for picking this issue.
Please use our discord for faster communication https://arxlang.org/discord

I will take a look into your pr

This was referenced Mar 15, 2025
@Zehen-249 Zehen-249 mentioned this issue Apr 1, 2025
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants