Skip to content

Build a Code Formatter

Build a Wadler-style pretty printer like prettier/black/gofmt: parse to AST/CST, define a Doc algebra (text/line/group/nest), make line-break decisions based on width, preserve comments through formatting, support hanging indent + alignment. The toolchain backbone of every modern codebase.

intermediateFree3 hours10 lessons
Start learningor sign up to track progress

Curriculum

Loading reference solution…
Build a Code Formatter