Files
Sergej Jaskiewicz 7a6bffaabb [FIR generator] Move Importable interface to common module
This is a step towards commonizing the code generator between
FIR and IR: KT-61970
2023-09-19 22:19:37 +00:00

261 B

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.