Module emit_context

Source
Expand description

Represents a visitor for the AST.

Structs§

EmitContext
Contains the emitting context for the AST.
EmitContextBuilder
Builder for EmitContext to provide a fluent API for customization.

Enums§

EmitError
Represents an error that occurred while converting an AST node.
EmitVerbosity
Represents the verbosity mode in which the AST should be emitted.
IndentStyle
Represents the formatting indentation style for blocks of code.