This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Don-Duong Quach (author)
Tue Feb 10 16:30:26 -0800 2009
commit 7862b6b769d73f35d236d5935b55dca94b2c65b6
tree 3cbadafcd2884549b904926eb3e08369c16d4ad6
parent 998daea5083489256963dd2068483b33354675a0
tree 3cbadafcd2884549b904926eb3e08369c16d4ad6
parent 998daea5083489256963dd2068483b33354675a0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
ActionhaXe/ | ||
| |
LICENSE | ||
| |
Lexitall.hs | Wed Oct 15 23:13:37 -0700 2008 | |
| |
Parseit.hs | Wed Oct 15 23:13:37 -0700 2008 | |
| |
README | ||
| |
System/ | Wed Oct 29 21:26:13 -0700 2008 | |
| |
Tokenize.hs | Wed Oct 22 23:16:29 -0700 2008 | |
| |
as3tohaxe.hs | ||
| |
build | ||
| |
definitions/ | ||
| |
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!









