- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
code walkthrough: GenICode
Tue, 2010-02-23, 10:29
Hi,
After tinkering with the Scala -> Java prototype, I realized that
understanding how GenICode works is *essential* if progress is to be made
with that translation. And what better way to understand the thing than
preparing a write-up on it? So here it goes:
http://www.sts.tu-harburg.de/people/mi.garcia/ScalaCompilerCorner/GenICo...
The next write-up is already on the works, it's a spin-off from the GenICode
exploration. The idea is to obtain a 3-address form of ICode, which can be
put to use in many ways (verification, optimization, translation into C#).
Takes time though.
Miguel