You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In order to facilitate the development of the various (cross-) compiler projects (currently: FalconJS and FalconJx) we need a comprehensive overview of ActionScript language features and the available options/solutions for translating these to Javascript.

The Full Table shows ALL AS3 language features, as documented in these references:

Global Constants, Functions and Classes

Operators

Statements, Keywords and Directives

Translation implemented (where needed) using Google Closure annotations:

Annotating JavaScript for the Closure Compiler

and as few as possible methods from the Google Closure Library:

Google Closure Library

  • No labels