-
Notifications
You must be signed in to change notification settings - Fork 0
Rewrite run_parser* functions to always return a mod_ty #17
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
Conversation
* The caller is responsible for transforming the mod_ty to a code object or an AST object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think we should switch EXTENSION_SUFFIX to be much smaller and move most of that code to a separate file.
Okay, a separate PR is fine! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better, but I'd still like to see if we can easily drop the filename_ob
parameters.
Just pushed a fix for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bang!
Yes! |
Closes #15.