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

Investigate CPython AST Type Emission #3

Open
anirrudh opened this issue Jun 27, 2020 · 1 comment
Open

Investigate CPython AST Type Emission #3

anirrudh opened this issue Jun 27, 2020 · 1 comment

Comments

@anirrudh
Copy link
Contributor

This issue will be used to track the progression of the task to let astor parse the python ast and emit cpython along with its tyoes.

@ilanschnell
Copy link
Contributor

I've started on this task. I'm only focused on Python 3.9 for now, and the standard library ast module features type annotations which I then use to emit typed cdef's. Python 3.9 also has an ast.unparse() function which (with some modifications) can be used for emitting Cython code.

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