暂无描述

Simon Krajewski a1937a32d1 disable flambe tests for now 11 年之前
extra bb5b8edbd4 bump build server 11 年之前
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib 11 年之前
std befda035c2 added cross platform support to unzip 11 年之前
tests a1937a32d1 disable flambe tests for now 11 年之前
.gitattributes 8e32d7f112 LF normalization 12 年之前
.gitignore 42003836b2 [tests] Remove native_cs.csproj and add to .gitignore 11 年之前
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 年之前
.travis.yml 3f87ec93de add polygonal-ds and flambe tests to travis (maybe?) 11 年之前
Makefile b6d2c51631 cleanup old export command (close #2749) 11 年之前
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) 11 年之前
README.md 444c11da50 Merge branch 'master' into development 11 年之前
ast.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
codegen.ml 9373fd9d3a make get_macro_path context aware so it can look up class statics and imported globals 11 年之前
common.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved 11 年之前
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 年之前
filters.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
genas3.ml f022f2c140 clean up after Nicolas 11 年之前
gencommon.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
gencpp.ml 0ab53dcbca Add class_path as include path to hxcpp 11 年之前
gencs.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
genjava.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
genjs.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
genneko.ml f8721534b1 rename TVars to TVar 11 年之前
genphp.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
genswf.ml 0a745131d1 add -D swf_use_doabc 11 年之前
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) 11 年之前
genswf9.ml dee1e57f2b Revert "(Flash9) use real field name to check for overrides (closes #2785)" 11 年之前
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" 11 年之前
haxe.hxproj 377608632f ignored filter output files 11 年之前
interp.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved 11 年之前
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 年之前
main.ml d3956881c9 Use proper path separators for Display file 11 年之前
matcher.ml eae65830f1 sneak in case @:macro (don't use this in production code yet) 11 年之前
optimizer.ml 4f430a8e08 sneakily avoided to trigger FP12 PPAPI JIT crash in haxe.Serializer. Normal code can still reproduce the crash but there's nothing we can do about it (close #2782) 11 年之前
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) 11 年之前
type.ml f8aea1c92d move Codegen.concat to Type.concat 11 年之前
typecore.ml 885305be48 move make_static_call to typecore.ml 11 年之前
typeload.ml c11f1ba817 constructors are methods 11 年之前
typer.ml 0298970d3d disallow closure creation on abstract inline methods (closes #2767) 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 extra/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.1.2. 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: