usethesource / flybytes

Flybytes is an intermediate language between JVM bytecode and software languages (DSLs, PLs), for compilation and decompilation.
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

add SSA form to flybytes ASTs #6

Open jurgenvinju opened 4 years ago

jurgenvinju commented 4 years ago
  1. the definition of a format for representing SSA form
  2. the transformation of high-level flybytes to SSA form
  3. the transformation of SSA form down to JVM bytecodes