Files
kotlin-fork/generators/tree-generator-common
Sergej Jaskiewicz 7ab4ca6f51 [IR generator] Inherit Element from AbstractElement
This is a step towards commonizing the code generator between
FIR and IR: KT-61970
2023-10-16 22:56:36 +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.