Skip to content

ast::Node::accept() not const #56

Closed
@benh

Description

@benh

Any reason that ast::Node::accept() is not const?

It would be great to create a nested visitor while visiting and we can't call accept() on any nested nodes because we always have const pointers or references to them.

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