CIRCT 23.0.0git
Loading...
Searching...
No Matches
Classes
esiaccel.codegen.indented_writer Namespace Reference

Classes

class  IndentedWriter
 

Detailed Description

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.