Documentation

Documentation

To use Jangaroo in your project, we offer reference documentation for the language, the compiler and the runtime.

Further documentation can be found in the Jangaroo Tools Wiki.

The Jangaroo Language

The Jangaroo language is a subset of ActionScript 3. Find out about the feature set and the remaining limitations. more...

The Jangaroo Compiler

Jangaroo's central tool is our ActionScript-3-to-JavaScript compiler jooc. It takes source code written in a subset of ActionScript 3 and translates it into JavaScript 1.x that is understood by current browsers. more...

The Jangaroo Runtime

At runtime, Jangaroo code is loaded and bootstrapped through a small runtime library. Find out how what that means for you, how Jangaroo debugging works behind the scenes, and how to call Jangaroo code from JavaScript. more...