Нема описа

Simon Krajewski 057058b589 actually run the tests пре 11 година
extra 9740e2dbcf refactor optimize_for_loop to allow iteration of abstract that have a get_length field an an @:arrayAccess getter (closes #2564, closes #2770) пре 11 година
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib пре 11 година
std 595c9f17e3 generate StringImpl as _hx_c_String пре 11 година
tests 057058b589 actually run the tests пре 11 година
.gitattributes 8e32d7f112 LF normalization пре 12 година
.gitignore cb996bee75 only care about python target for unit tests пре 11 година
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) пре 11 година
.travis.yml cb996bee75 only care about python target for unit tests пре 11 година
Makefile 16f778276e Merge branch 'development' into genpy пре 11 година
Makefile.win 1738a1939f added --display memory with scanned module size and leaks пре 12 година
README.md a21bcf3ba2 [docs] Update README for 3.1.1 пре 11 година
ast.ml 3f0bf93c50 raise an error when the code point is greater than 0x10FFFF пре 11 година
codegen.ml 885305be48 move make_static_call to typecore.ml пре 11 година
common.ml 78c6e8da97 allow sys for python пре 11 година
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places пре 11 година
filters.ml 2796a45569 fix As3 detection in add_field_inits пре 11 година
genas3.ml e2e039f19c (As3) fix infinite recursion on abstract core type пре 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 e2a2d1a09c [cs] Do not generate reflection information for explicitly implemented interfaces пре 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 година
genpy.ml 595c9f17e3 generate StringImpl as _hx_c_String пре 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 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 16f778276e Merge branch 'development' into genpy пре 11 година
matcher.ml ae663c934c properly deal with unification in type patterns (closes #2776) пре 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 978e090b15 move find_array_access to type.ml пре 11 година
typecore.ml 885305be48 move make_static_call to typecore.ml пре 11 година
typeload.ml c1180fc08c fix Class/Enum/Abstract path printing (closes #2807) пре 11 година
typer.ml c1180fc08c fix Class/Enum/Abstract path printing (closes #2807) пре 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.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: