Pretty Printer
Noun · Slang & Abbreviations
Definitions
A tool or function that reformats data, code, or structures into a cleaner and more readable layout. Pretty printers show up in compilers, debuggers, formatters, and log tooling.
In plain English: A tool that formats messy output into something easier to read.
Example: "The AST output is unreadable without the pretty printer."