Fără Descriere

Simon Krajewski f255efb7d7 add transform_to_value 11 ani în urmă
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 ani în urmă
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib 11 ani în urmă
std 16f778276e Merge branch 'development' into genpy 11 ani în urmă
tests 4986fb60b9 (Cpp) fix inconsistent side-effect detection 11 ani în urmă
.gitattributes 8e32d7f112 LF normalization 12 ani în urmă
.gitignore 42003836b2 [tests] Remove native_cs.csproj and add to .gitignore 11 ani în urmă
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 ani în urmă
.travis.yml 6a8ea641e6 TravisCI: enabled fast_finish and re-arranged build matrix 11 ani în urmă
Makefile 16f778276e Merge branch 'development' into genpy 11 ani în urmă
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 ani în urmă
README.md a21bcf3ba2 [docs] Update README for 3.1.1 11 ani în urmă
ast.ml 3f0bf93c50 raise an error when the code point is greater than 0x10FFFF 11 ani în urmă
codegen.ml 885305be48 move make_static_call to typecore.ml 11 ani în urmă
common.ml 16f778276e Merge branch 'development' into genpy 11 ani în urmă
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 ani în urmă
filters.ml 098a6142e1 disable side effect handler, someone else can fix this 11 ani în urmă
genas3.ml e2e039f19c (As3) fix infinite recursion on abstract core type 11 ani în urmă
gencommon.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 ani în urmă
gencpp.ml 63ea1ff278 Split large strings to msvc does not spit the dummy 11 ani în urmă
gencs.ml e2a2d1a09c [cs] Do not generate reflection information for explicitly implemented interfaces 11 ani în urmă
genjava.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 ani în urmă
genjs.ml 4db89a8a1c restore js protected words to pre b95708b1fade697202f898609a3e1b67e1470041, close #2732 11 ani în urmă
genneko.ml f8721534b1 rename TVars to TVar 11 ani în urmă
genphp.ml 16e830807c Fix deprecation warnings on newer OCaml compiler. 11 ani în urmă
genpy.ml f255efb7d7 add transform_to_value 11 ani în urmă
genswf.ml 0a745131d1 add -D swf_use_doabc 11 ani în urmă
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) 11 ani în urmă
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 ani în urmă
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" 11 ani în urmă
haxe.hxproj 377608632f ignored filter output files 11 ani în urmă
interp.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved 11 ani în urmă
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 ani în urmă
main.ml 16f778276e Merge branch 'development' into genpy 11 ani în urmă
matcher.ml ae663c934c properly deal with unification in type patterns (closes #2776) 11 ani în urmă
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 ani în urmă
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) 11 ani în urmă
type.ml 978e090b15 move find_array_access to type.ml 11 ani în urmă
typecore.ml 885305be48 move make_static_call to typecore.ml 11 ani în urmă
typeload.ml 11f52cd7e8 fix override error position reporting 11 ani în urmă
typer.ml 95bbd5b90d prevent closure access of qualified macros functions (close #2757) 11 ani în urmă

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: