-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cython support #10250
Comments
They provide StringParseContext, which gives something like an AST but with lots of missing parts (I had to do quite some working around it in cython-lint...sharing in case it's useful as a starting point: https://github.com/MarcoGorelli/cython-lint/blob/9e1d65daed6a23ff32e1893b749607432fd6d8f1/cython_lint/cython_lint.py#L374-L689) |
|
I would also like to see the formatter working with Cython. (Pretty Please) |
Originally requested in #1079
Requires a custom parse mode and AST extensions to support Cython specific syntax. See https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html
The text was updated successfully, but these errors were encountered: