Skip to content

longterm maintenance: cleanup of visitors + proper composition #118

Description

@loulecrivain

most visitors are composed in a "root" visitor class, and called from nodes, from the root visitor. delegation wise this is fine but readability and clarity suffers.

this issue defines the following maintenance objectives:

  • decouple other visitors from root visitor class
  • use chaining infrastructure to be able to call visitors one after another
  • put all visitors in a visitor/ directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions