Description
Provides a simplified C-like abstract syntax tree for writing C99 programs from Haskell. It makes code generation easier when a tool needs to produce C output without modeling every detail manually.
This is useful for compilers, transpilers, generators, and automation that emits C code. It is a developer library and does not provide an interactive C editor.