Skip to content
Frank Wienberg edited this page Mar 14, 2014 · 2 revisions

Documentation

Documentation

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

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

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.

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.

Clone this wiki locally