Syntax printer
syntax_printer
SyntaxPrinter
dataclass
Bases: Printer, ColorPrinter
A printer for printing syntax-highlighted mlir code to a terminal.
Source code in xdsl/syntax_printer.py
7 8 9 10 11 12 13 14 | |
print_ssa_value(value: SSAValue) -> str
Source code in xdsl/syntax_printer.py
12 13 14 | |