-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create Pyi parser #22
Comments
There are still some problems with parsing type's. But going to fix that soon. |
Great effort! Keep up the good work! |
Parser in progress. Tested it today on whole pyi files in https://github.com/python/typeshed/tree/master/stdlib . it raises error in 175 cases from 885 files. Keep working with this. |
That is really great progress!! Sorry I haven't had much time to look at it yet since I have been busy with the compiler (and Jupyter). |
Now there are 12 files from whole |
@alexpantyukhin Not sure I understand what you mean about generate Fable AST? Why Fable AST? Did you mean F# AST to generate F#? Btw please note the new |
There is parser in progress for parsing PYI ast: https://github.com/alexpantyukhin/PythonParser
From tests it seems that now it's possible to parse some simple modules without 'IF's.
The text was updated successfully, but these errors were encountered: