Skip to content

fluent.syntax 0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Pike Pike released this 15 Feb 17:16
  • Fixes to the Visitor API

    The Visitor API introduced in 0.11 was changed to align more with
    what Python's ast.Visitor does. This also allows implementations
    to have code after descending into child nodes.