- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
draft notes: Another backend for the Scala compiler (generating Java-like languages)
Tue, 2010-01-12, 21:13
For those wanting to try their hand at AST processing, I'm posting my draft
notes reporting work in progress about generating Java from Scala. The whole
mini-project is in fact an excuse to better understand Scala ASTs. Besides,
the main issues to solve (basically, how to recover structured control flow
from jumps) are of interest to Scala-- [1]. You remember Scala-- , right?
Please notice the TODOs in the notes.
*Insights* are welcome.
Miguel
http://www.sts.tu-harburg.de/people/mi.garcia
[1]
http://www.sts.tu-harburg.de/people/mi.garcia/ScalaCompilerCorner/ScalaM...