Skip to content
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

Add new language features from 3.5 to cfg #13

Closed
Thalmann opened this issue Dec 5, 2016 · 5 comments
Closed

Add new language features from 3.5 to cfg #13

Thalmann opened this issue Dec 5, 2016 · 5 comments

Comments

@Thalmann
Copy link
Contributor

Thalmann commented Dec 5, 2016

No description provided.

@KevinHock KevinHock added the easy label Jun 30, 2017
@KevinHock
Copy link
Collaborator

I think 3.5 will do most of 3.6, basic tip is grep http://greentreesnakes.readthedocs.io/en/latest/nodes.html for 3.5 and find the relevant visit_Whatever corresponding to the node.

@bcaller
Copy link
Collaborator

bcaller commented Jul 24, 2018

Async stuff still TODO:

  • Await
  • AsyncFunctionDef (just make any FunctionDef usage also handle AsyncFunctionDef)
  • AsyncFor (same as For)
  • AsyncWith (same as With)

We also need support for earlier features:

Let me know if I missed anything.

@KevinHock
Copy link
Collaborator

LGTM, thank you so much @bcaller!

@bcaller
Copy link
Collaborator

bcaller commented Jul 31, 2018

Yield #155
Async #158
so I think this can be closed :)

@KevinHock
Copy link
Collaborator

@bcaller, you're my hero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants