Fără Descriere

frabbit 12d963e861 support Array @:runtime fields at runtime (closes #3071) 11 ani în urmă
extra a2e1682e7a Delete the duplicated space 11 ani în urmă
libs @ 0da911f4d0 555f8abbf9 libs update 11 ani în urmă
std d9e9f7fa78 Prevent <br> from htmlEscape 11 ani în urmă
tests 12d963e861 support Array @:runtime fields at runtime (closes #3071) 11 ani în urmă
.gitattributes 8e32d7f112 LF normalization 12 ani în urmă
.gitignore 33cdf17c39 [python] add tests for @:import 11 ani în urmă
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 ani în urmă
.travis.yml 16facf434e [TravisCI] mult-os fallback 11 ani în urmă
Makefile 68d9ee1d1d fix Makefile for usage with Makefile.win + FILTER (CC_CMD is the full command + args) 11 ani în urmă
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) 11 ani în urmă
README.md 788f5dbbae add version compatibility to README.md 11 ani în urmă
ast.ml 33e66c1e17 Merge remote-tracking branch 'remotes/upstream/development' into bridgeProperties 11 ani în urmă
codegen.ml 858f28ea05 [js] disallow types that "contain" Class<T> as Map key (see #2479) 11 ani în urmă
common.ml 33e66c1e17 Merge remote-tracking branch 'remotes/upstream/development' into bridgeProperties 11 ani în urmă
dce.ml 858f28ea05 [js] disallow types that "contain" Class<T> as Map key (see #2479) 11 ani în urmă
filters.ml 8eed508d4a add toplevel completion, resolve positions for position/usage completion (closes #327, closes #569) 11 ani în urmă
genas3.ml 313776c43a (As3) respect __arguments__ 11 ani în urmă
gencommon.ml 3c951aef6c [cs] respect core_api_serialize : enums. 11 ani în urmă
gencpp.ml 2ded4297c5 [cpp] infer TEnumParameter enum from the field because the expression might be Dynamic (closes #2988) 11 ani în urmă
gencs.ml 33e66c1e17 Merge remote-tracking branch 'remotes/upstream/development' into bridgeProperties 11 ani în urmă
genjava.ml 89fe67ce7d [java] Fix difference between how Java and Haxe see Class<> 11 ani în urmă
genjs.ml 3e72075eee [js] Add "require" to pseudo-keywords list so a local var with the same name doesn't override the global "require" function. 11 ani în urmă
genneko.ml 864c55ca39 add Common.mkdir_from_path and use it to generate neko output directory 11 ani în urmă
genphp.ml 4e9a3820cb (Php) unset loop variable of TFor to avoid reference passing issues (closes #2900) 11 ani în urmă
genpy.ml 12d963e861 support Array @:runtime fields at runtime (closes #3071) 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 4f54978592 [flash9] check both original and @:getter/@:setter name to determine overrides (closes #2785) 11 ani în urmă
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" 11 ani în urmă
haxe.hxproj fcc3ee54dd flash12 API sync 11 ani în urmă
interp.ml 3b7f08fe04 Show "proper" error message in Context.parse* functions when invalid expressions are passed. 11 ani în urmă
lexer.mll 8511640037 add @:bridgeProperties, which creates native property bridges for all haxe properties in the annotated class 11 ani în urmă
main.ml 31f300fb13 Remove the range of values in docs of -swf-version 11 ani în urmă
matcher.ml 2b8e73a2e5 instances are infinite sets (see #3031) 11 ani în urmă
optimizer.ml e521c6cc86 detect out-of-bounds array access and cancel inlining (closes #2999) 11 ani în urmă
parser.ml 33e66c1e17 Merge remote-tracking branch 'remotes/upstream/development' into bridgeProperties 11 ani în urmă
type.ml 34262130d8 properly recurse when dealing with abstract variance (closes #3063) 11 ani în urmă
typecore.ml b2e38f56ae fix silly field suggestions on enum instances (see #2939) 11 ani în urmă
typeload.ml 2aa17fc278 [typeload] Add field name to error messages so macro errors can be debugged more easily 11 ani în urmă
typer.ml e15e2c0c8c consider abstracts as a with_type for structure declarations only if they allow the assignment (closes #3055) 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 extra/LICENSE.txt.

Installing Haxe

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

Version compatibility

Haxe neko
2.* 1.*
3.0.0 2.0.0
3.1.3 2.0.0