暂无描述

Peter "sHTiF" Stefcek a583849be7 Flash 12 API synch 11 年之前
doc 0ab81822bd changelog (close #2544) 11 年之前
libs @ 6564167629 63fc578ec7 submodule 11 年之前
std a583849be7 Flash 12 API synch 11 年之前
tests 7423b738f2 do not add `this` argument to abstract member macros methods because it will be added by member macro handler later (closes #2640) 11 年之前
.gitattributes 8e32d7f112 LF normalization 12 年之前
.gitignore a469385291 flash 11.8 api sync 11 年之前
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 年之前
.travis.yml 8cd8c3458b TravisCI: init SauceLabs 11 年之前
Makefile 262edbff4c add haxedoc to uninstall in Makefile (closes #2582) 11 年之前
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 年之前
README.md c13eedd694 add fancy build status image to the readme 11 年之前
ast.ml 050c36e42f mark accessors of removed properties (closes #2509) 11 年之前
codegen.ml b6852d7277 consider type parameters for generic paths (closes #2576) 11 年之前
common.ml 0a745131d1 add -D swf_use_doabc 11 年之前
dce.ml 517e5e920d (DCE) allow enums as entry points (closes #2632) 11 年之前
filters.ml 7b4e0b3ab9 promote complex right-hand exprs for OpAssignOp as well 11 年之前
genas3.ml 5b81d9fc3a [as3] quote invalid as3 identifiers in object declaration (closes #2604) 11 年之前
gencommon.ml 4b37923553 [cs] fix DynamicObject lookupSetField(_f) (closes #2528) 11 年之前
gencpp.ml b015fad3f6 [cpp] Do not eliminate 'never' accessors unless they are also external 11 年之前
gencs.ml 274bd4a602 [cs] fix comparison of Null<T> with null constant (closes #2474) 11 年之前
genjava.ml aff272b555 Merge pull request #2384 from nadako/cs_subdir_resource_fix 11 年之前
genjs.ml 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt 11 年之前
genneko.ml f8721534b1 rename TVars to TVar 11 年之前
genphp.ml f8721534b1 rename TVars to TVar 11 年之前
genswf.ml 0a745131d1 add -D swf_use_doabc 11 年之前
genswf8.ml f8721534b1 rename TVars to TVar 11 年之前
genswf9.ml 00b105af68 fix Int+UInt=UInt generation (close #2082) 11 年之前
genxml.ml 49ec213845 some more fixes for --gen-hx-headers generation 11 年之前
haxe.hxproj 377608632f ignored filter output files 11 年之前
interp.ml af99c07450 add Context.getExpecteType 11 年之前
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 年之前
main.ml 8980bbc30d raise Sys_exit exception from Sys.exit call in interpreter to allow flushing context before actually terminating (was swallowing warnings in optimization unit tests) 11 年之前
matcher.ml 0910294587 handle CExpr equality of static fields in pattern matcher (closes #2633) 11 年之前
optimizer.ml 5e9a9cd020 reverse inline arguments so they have left-to-right order (closes issue #2627) 11 年之前
parser.ml 83ca4b6e8c allow TypePath reification (closes #2634) 11 年之前
type.ml 631150fa5c check exact cast before checking transitive ones (closes #2614) 11 年之前
typecore.ml af99c07450 add Context.getExpecteType 11 年之前
typeload.ml 7423b738f2 do not add `this` argument to abstract member macros methods because it will be added by member macro handler later (closes #2640) 11 年之前
typer.ml af99c07450 add Context.getExpecteType 11 年之前

README.md

Haxe logo

Haxe - The Cross-Platform Toolkit

Build Status

Haxe is an open source toolkit that allows you to easily build cross-platform tools and applications that target many mainstream platforms. The Haxe toolkit includes:

  • The Haxe programming language, a modern, high-level, strictly-typed programming language
  • The Haxe cross-compiler, a state-of-the-art, lightning-speed compiler for many targets
  • The Haxe standard library, a complete, cross-platform library of common functionality

Haxe allows you to compile for the following targets:

  • C++
  • C#
  • Flash
  • Java
  • JavaScript
  • NekoVM
  • PHP

You can try Haxe directly from your browser at try.haxe.org!

For more information about Haxe, head to the offical Haxe website.

License

The Haxe project has several licenses, covering different parts of the projects.

  • The Haxe compiler is released under the GNU General Public License version 2 or any later version.
  • The Haxe libraries are released under a "two-clause" BSD license.
  • The Neko runtime is licensed under the GNU Lesser General Public License version 2.1 or any later version.

For the complete Haxe licenses, please see http://haxe.org/doc/license or doc/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.0.1. Pre-built binaries are available for your platform:

Automated development builds are available from build.haxe.org.

Building from source

  1. Clone the repository using git. Be sure to initialize and fetch the submodules.

    git clone --recursive git://github.com/HaxeFoundation/haxe.git
    cd haxe
    
  2. Follow the documentation on building Haxe for your platform.

Using Haxe

For information on on using Haxe, consult the Haxe documentation:

Community

You can get help and talk with fellow Haxers from around the world via: