Tamarin:IronMonkey: Difference between revisions
Jump to navigation
Jump to search
(Subpages) |
(haXe) |
||
| Line 4: | Line 4: | ||
* [http://www.adobe.com/devnet/actionscript/ Adobe ActionScript Technology Center] -- the most useful resource is [http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf Adobe ActionScript Virtual Machine 2 (AVM2) Overview] (PDF). | * [http://www.adobe.com/devnet/actionscript/ Adobe ActionScript Technology Center] -- the most useful resource is [http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf Adobe ActionScript Virtual Machine 2 (AVM2) Overview] (PDF). | ||
* [http://www.ecma-international.org/publications/standards/Ecma-335.htm Standard ECMA-335] -- Common Language Infrastructure (CLI). | * [http://www.ecma-international.org/publications/standards/Ecma-335.htm Standard ECMA-335] -- Common Language Infrastructure (CLI). | ||
== On Tamarin == | |||
* [http://haxe.org/ haXe] is a compiler that can target Tamarin. Implemented in OCaml. | |||
See [[Tamarin:IronMonkey:AVM2Errata]] for possible errata of AVM2 Overview document. | See [[Tamarin:IronMonkey:AVM2Errata]] for possible errata of AVM2 Overview document. | ||
See [[Tamarin:IronMonkey:BytecodeMapping]] for some preliminary mapping of CIL to ABC. | See [[Tamarin:IronMonkey:BytecodeMapping]] for some preliminary mapping of CIL to ABC. | ||
Revision as of 03:49, 28 July 2007
This is the project page for mapping IronPython and IronRuby to Tamarin.
Background information
- Adobe ActionScript Technology Center -- the most useful resource is Adobe ActionScript Virtual Machine 2 (AVM2) Overview (PDF).
- Standard ECMA-335 -- Common Language Infrastructure (CLI).
On Tamarin
- haXe is a compiler that can target Tamarin. Implemented in OCaml.
See Tamarin:IronMonkey:AVM2Errata for possible errata of AVM2 Overview document.
See Tamarin:IronMonkey:BytecodeMapping for some preliminary mapping of CIL to ABC.