-
Notifications
You must be signed in to change notification settings - Fork 27
Move Visitor and Transformer out of ast.py #141
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
Comments
I briefly glanced at this, and then recognized that this is a breaking API change. Currently, consumers import them from But yeah, we can do this in a new release of |
Yep, that's why I filed a new issue about this, to discuss this independently of #139. |
Pike
added a commit
to Pike/python-fluent
that referenced
this issue
May 20, 2020
…, add docs `fluent.syntax.visitor` is matching what `@fluent/syntax` does. The documentation covers more than just Visitor/Transformer, but now is as good a time as any to add that.
Pike
added a commit
to Pike/python-fluent
that referenced
this issue
May 20, 2020
…, add docs `fluent.syntax.visitor` is matching what `@fluent/syntax` does. The documentation covers more than just Visitor/Transformer, but now is as good a time as any to add that.
Pike
added a commit
that referenced
this issue
May 20, 2020
`fluent.syntax.visitor` is matching what `@fluent/syntax` does. The documentation covers more than just Visitor/Transformer, but now is as good a time as any to add that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to consider making
ast.py
strictly about AST nodes. The processing classes could be moved to another module:tools.py
,visitor.py
,process.py
or something else.The text was updated successfully, but these errors were encountered: