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 !
Don-Duong Quach (author)
Tue Feb 10 16:30:26 -0800 2009
commit  7862b6b769d73f35d236d5935b55dca94b2c65b6
tree    3cbadafcd2884549b904926eb3e08369c16d4ad6
parent  998daea5083489256963dd2068483b33354675a0
name age message
file .gitignore Loading commit data...
directory ActionhaXe/
file LICENSE
file Lexitall.hs Wed Oct 15 23:13:37 -0700 2008 Added license and readme [Don-Duong Quach]
file Parseit.hs Wed Oct 15 23:13:37 -0700 2008 Added license and readme [Don-Duong Quach]
file README
directory System/ Wed Oct 29 21:26:13 -0700 2008 Added command line options [Don-Duong Quach]
file Tokenize.hs Wed Oct 22 23:16:29 -0700 2008 Added generics support to dive throught the AST... [Don-Duong Quach]
file as3tohaxe.hs
file build
directory definitions/
directory samples/
README
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!