暂无描述

Cauê Waneck fa25d479b6 [installer] Testing rmdir solution (issue #2758) 11 年之前
extra fa25d479b6 [installer] Testing rmdir solution (issue #2758) 11 年之前
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib 11 年之前
std be9bbeb00f [java-sql] Avoid null reference errors when decoding Date 11 年之前
tests 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 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 3a548d73cf [cs] Do not allow failures on Travis \o/ 11 年之前
Makefile b6d2c51631 cleanup old export command (close #2749) 11 年之前
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 年之前
README.md 5f15764f8a [docs] Update README for 3.1.0 11 年之前
ast.ml 3f0bf93c50 raise an error when the code point is greater than 0x10FFFF 11 年之前
codegen.ml d4af4af3e0 (Flash) detect singular constraint type parameters in fix_overrides and handle them (closes #2712) 11 年之前
common.ml 29a0405419 add -D deprecation-warnings (see #1346) 11 年之前
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 年之前
filters.ml 475c53bc65 revert member field initialization error 11 年之前
genas3.ml 373de26d6e (As3) cast Array using `as` (closes #2713) 11 年之前
gencommon.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 年之前
gencpp.ml 63ea1ff278 Split large strings to msvc does not spit the dummy 11 年之前
gencs.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 年之前
genjava.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 年之前
genjs.ml 4db89a8a1c restore js protected words to pre b95708b1fade697202f898609a3e1b67e1470041, close #2732 11 年之前
genneko.ml f8721534b1 rename TVars to TVar 11 年之前
genphp.ml 16e830807c Fix deprecation warnings on newer OCaml compiler. 11 年之前
genswf.ml 0a745131d1 add -D swf_use_doabc 11 年之前
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) 11 年之前
genswf9.ml e9e6afcddb optimize try/catch by not creating an activation block when the error is just rethrow (prevent extra allocation on each haxe.io.ByteInput read!) 11 年之前
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" 11 年之前
haxe.hxproj 377608632f ignored filter output files 11 年之前
interp.ml 1d3f7f72d4 adjust custom JS generators to typed AST changes (closes #2745) 11 年之前
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 年之前
main.ml 1550d3e57d Add 'Pointer' class to allow easier access to cpp native code 11 年之前
matcher.ml e04d6f5baf rewrite expand_or in matcher.ml (closes #2610, reopens #2508) 11 年之前
optimizer.ml 3788bd9654 re-enable Std.string optimization which improve haxe.Serializer performances (close #2716) 11 年之前
parser.ml 465b775544 detect uppercase package names and give an error accordingly (closes #2531) 11 年之前
type.ml a4eeb1d486 do not check for equality of core-type abstracts when checking their variance to other types 11 年之前
typecore.ml 7797e9fda9 allow storing type parameters in get_build_infos 11 年之前
typeload.ml 11f52cd7e8 fix override error position reporting 11 年之前
typer.ml 1d3f7f72d4 adjust custom JS generators to typed AST changes (closes #2745) 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.1.0. 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: