public
Description: An Actionscript 3 to haXe source converter written in Haskell
Homepage: http://geekrelief.wordpress.com
Clone URL: git://github.com/geekrelief/as3tohaxe.git
Click here to lend your support to: as3tohaxe and make a donation at www.pledgie.com !
as3tohaxe / README
100644 35 lines (27 sloc) 1.195 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
as3tohaxe - An Actionscript 3 to haXe source file converter written in Haskell
Copyright (C) 2008-2009 Don-Duong Quach
 
For more info check visit:
http://groups.google.com/group/as3tohaxe
http://www.github.com/geekrelief/as3tohaxe
http://geekrelief.wordpress.com
 
-- Running --
Type 'as3tohaxe' and a directory or file to convert.
A directory named "hx_output" will be created in the current
directory if necessary. The supplied ".as" files will be
translated into haxe files and stored there. If the command
is run more than once, and pre-existing files will be overwritten.
 
-- Binary --
Binaries for Mac OSX Leopard and Windows are available under
the Files section of the as3tohaxe google group.
 
-- Compiling --
Requirements
- The source http://www.github.com/geekrelief/as3tohaxe
- GHC (6.10.1, 6.8.3) http://www.haskell.org/ghc/
- Cabal (1.6.0.1) for parsec http://www.haskell.org/cabal/
- parsec 3 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec
 
Compile with: ghc --make -XDeriveDataTypeable as3tohaxe.hs
or the './build' script
 
-- License --
This program and its source is GPL licensed. Please read the LICENSE
for more details.
 
Donations are appreciated!