Files
kotlin-fork/generators/tree-generator-common
Sergej Jaskiewicz df0f86bf8d [FIR generator] Use a single list of parent TypeRefs for elements
(Instead of storing the list of parent elements + the map of parent
arguments)
2023-10-13 10:11:38 +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.