tree: 05a6b3e008f7e012a1ac4149b339318585728f45 [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. ReadMe.md
compiler/ir/ir.psi2ir/ReadMe.md

In K1 mode, this module converts resolved PSI (i.e. resolved CST) into IR.

In K2 mode, it is unused. K2 may use PSI to parse source code, but instead of running resolution over PSI, it is first converted into FIR. After frontend phase, analogously, FIR is converted into IR by fir2ir.