Skip to content
Vlad Ureche edited this page Jun 15, 2014 · 3 revisions

The souce code is available on github and is also available in the DRT Virtual Machine.

It consists of 4 projects:

  • valium-runtime contains the @value annotation
  • valium-plugin has the transformation code
  • valium-tests contains test cases to make sure the transformation is correct
  • valium-bench contains the benchmarks

We encourage our readers to explore the transformation code, which matches the structure of the miniboxing plugin and was described in the transformation chapter.

Go back to the DRT virtual machine wiki page

Clone this wiki locally