aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
76 stars 5 forks source link

Correct type of transform_ast. #43

Closed djpohly closed 1 year ago

djpohly commented 1 year ago

As currently implemented (and used in the fractions_ast example), the transform_ast field is a callable rather than a visitor.

aroberge commented 1 year ago

Thank you very much for this fix.