Module regex_syntax::hir::visitor

source ·

Structs§

  • HeapVisitor visits every item in an Hir recursively using constant stack size and a heap size proportional to the size of the Hir.

Enums§

  • Frame 🔒
    Represents a single stack frame while performing structural induction over an Hir.

Traits§

  • A trait for visiting the high-level IR (HIR) in depth first order.

Functions§

  • Executes an implementation of Visitor in constant stack space.