Files
kotlin-fork/generators/tree-generator-common
Sergej Jaskiewicz c5f519f7c7 [FIR/IR generator] Commonize visitor printing logic
This is a step towards commonizing the code generator between
FIR and IR: KT-61970

Also, don't use kotlinpoet for generating IR visitors (KT-61703)
2023-11-02 23:05:18 +00:00
..

Common code for the FIR and IR tree generators

The FIR and IR tree generators, although quite different, share some common logic. This logic is stored here in this module.