Skip to main content

Module printer

Module printer 

Source
Expand description

TOOD: use impl fmt::Debug

Structs§

PrintConfig
Production-ready configuration for rendering and printing
RenderError
Error type for rendering operations

Enums§

PrintFormat
Output format for rendering

Functions§

print_llmcc_graph
Print control flow graph to stdout
print_llmcc_graph_with_config
Print control flow graph to stdout with custom configuration
print_llmcc_ir
Print HIR to stdout
print_llmcc_ir_with_config
Print HIR to stdout with custom configuration
render_llmcc_graph_with_config
Render control flow graph with custom configuration
render_llmcc_ir
Render HIR with default configuration
render_llmcc_ir_with_config
Render HIR with custom configuration

Type Aliases§

RenderResult