|
CIRCT 23.0.0git
|
Classes | |
| class | IndentedWriter |
A tiny indentation-aware writer for emitting source text.
Lets the type/module emitters avoid threading an `indent` string or
hand-writing trailing newlines and doubled `{{` / `}}` braces. Text is
streamed straight to the underlying output sink as it is produced --
nothing is buffered.