Projects tagged ‘compiler’ and ‘haxe’


[5 total ]

28 Users
   

haXe is a high-level object-oriented programming language mainly focused on helping programers develop Websites and Web applications. haXe has been designed to be easily portable across several platforms.
Created over 2 years ago.

0 Users

The goal of this project is to add a tool to the haxe compiler that translates from haxe source to java source. As much as possible, types, structures, and logic from the haxe code should be ... [More] preserved, but the generated java code should also be as readable as possible. [Less]
Created 4 months ago.

0 Users

hXswfml is an SWF and SWC compiler written in haXe that takes xml as input. It is available for : NEKO - CPP - FLASH - AIR - PHP - JAVASCRIPT - HAXE Example: in.xml ... [More] Compile from commandline: hxswfml in.xml out.swf (More examples are available in the downloads directory.) To run the hXswfML.n or hXswfML.exe you need the Neko VM which can be downloaded here: http://nekovm.org/download For Windows there is an installer available. To compile hXswfML from source you need the haXe compiler which can be downloaded here: http://haxe.org/download Currently supported swf tags are: swfheader fileattributes setbackgroundcolor scriptlimits metadata definebitsjpeg defineshape definesprite definebutton definesound definefont defineedittext defineabc definescalinggrid placeobject removeobject startsound tween custom symbolclass framelabel showframe endframe XML: Notes ? or path are mandatory attributes, rest are default values. Element names are not casesensitive. Attibute names are casesensitive.See wiki for more info: Linking classes to assets SWFTags SWF Links to additional information about the used swf tags: SWF File Format Specification (Version 10) : http://www.adobe.com/devnet/swf/ swfheader 1 3 fileattributes 1 setbackgroundcolor 1 2 3 scriptlimits 1 metadata 1 definebitsjpeg 1 2 defineshape 1 2 3 definesprite 1 2 3 definebutton 1 2 3 definebinarydata 1 definesound 1 2 definefont 1 2 3 defineedittext 1 2 3 defineabc 1 definescalinggrid 1 placeobject 1 2 3 removeobject 1 2 3 startsound 1 2 tween symbolclass 1 framelabel 1 2 3 showframe 1 2 3 endframe 1 2 3 [Less]
Created 3 months ago.

0 Users

This is a supplement to the haXe hscript library that replaces the Interp class. Instead of interpreting the expression set, FInterp compiles it to flash actionscript 3.0 (AVM2) byte code, making it much faster.
Created 12 months ago.

0 Users

This project aims at implementing the Java back-end (compatible with the Android platform) in the haXe compiler.
Created 4 months ago.