Aucune description

Simon Krajewski 7df778cffb resolve `@:generic` classes upon construction (closes #2016) il y a 10 ans
extra ec3e5d2246 updated to latest il y a 11 ans
libs @ 78d0798344 e7dcf40841 [java/cs] Fixed some @:overload overrides that weren't validated by typeload il y a 11 ans
std 6975ff6a27 Prepare haxe_api_level 313 for nativeProperties il y a 10 ans
tests 7df778cffb resolve `@:generic` classes upon construction (closes #2016) il y a 10 ans
.gitattributes 8e32d7f112 LF normalization il y a 12 ans
.gitignore f9fcd72f32 [dce] run accessor fix even in no-dce mode (closes #3756) il y a 10 ans
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) il y a 11 ans
.travis.yml 33b6cda9f6 [TravisCI] install camlp4 on OSX because it is no longer part of ocaml (4.02) il y a 11 ans
Makefile 44ed4e425a [makefile] fix typo il y a 11 ans
Makefile.win 4f0dbd1154 fixed wodi lib path il y a 11 ans
README.md a8f0a9bb81 Update README.md il y a 11 ans
analyzer.ml cd11af3707 [analyzer] improve interface and process only uncached types il y a 10 ans
appveyor.yml 40ef585cdb [CI] refactor ci code il y a 11 ans
ast.ml 7aec33f78e implement resolve on abstracts but comment it out (see #3753) il y a 10 ans
codegen.ml f996b26c63 store type parameters in FClosure too il y a 10 ans
common.ml 7aec33f78e implement resolve on abstracts but comment it out (see #3753) il y a 10 ans
dce.ml f9fcd72f32 [dce] run accessor fix even in no-dce mode (closes #3756) il y a 10 ans
filters.ml f9fcd72f32 [dce] run accessor fix even in no-dce mode (closes #3756) il y a 10 ans
genas3.ml 34737be814 [as3] create TCast to String using `as` (closes #3719) il y a 11 ans
gencommon.ml f996b26c63 store type parameters in FClosure too il y a 10 ans
gencpp.ml 6975ff6a27 Prepare haxe_api_level 313 for nativeProperties il y a 10 ans
gencs.ml f29a144ccd [cs] Disable @:final generation on C# DLLs because of C#'s support of function hiding. Closes #3746 il y a 10 ans
genjava.ml 303a937651 [cs/java] clean output directory of old files il y a 11 ans
genjs.ml 9d80435bd2 Revert "Use typeof to check for console instead of eval." il y a 10 ans
genneko.ml fec0522fd6 added support for runtime loading of NDLL within local haxelib repository il y a 11 ans
genphp.ml c5a7c15232 [php] handle string comparison using strcmp to avoid crazy conversions il y a 10 ans
genpy.ml f996b26c63 store type parameters in FClosure too il y a 10 ans
genswf.ml 53f0a0c259 rename `(cl|en|t|a|mt)_types` to `_params` for consistency il y a 11 ans
genswf8.ml 6568450332 remove TPatMatch (will revisit in the undefined future) il y a 11 ans
genswf9.ml 115391998a [swf] do not use followed type to classify type parameter field access type (closes #3588) (closes #3681) il y a 11 ans
genxml.ml a9852f86e8 use `@:value` to generate more accurate XML information (closes #3725) il y a 10 ans
haxe.hxproj 35963f675f hide analyzer outputs il y a 11 ans
interp.ml f996b26c63 store type parameters in FClosure too il y a 10 ans
lexer.mll caaa4bc48b disallow leading zeroes for int and float literals (closes #3295) il y a 11 ans
main.ml 6975ff6a27 Prepare haxe_api_level 313 for nativeProperties il y a 10 ans
matcher.ml 55c52cfc69 [matcher] fix handling of CFields (closes #3680) il y a 11 ans
optimizer.ml f996b26c63 store type parameters in FClosure too il y a 10 ans
parser.ml 740b2ed187 [parser] allow `try` without `catch` again and wave it trough in the typer il y a 11 ans
type.ml f996b26c63 store type parameters in FClosure too il y a 10 ans
typecore.ml 9713f35f16 add Compiler.addGlobalMetadata il y a 11 ans
typeload.ml 7aec33f78e implement resolve on abstracts but comment it out (see #3753) il y a 10 ans
typer.ml 7df778cffb resolve `@:generic` classes upon construction (closes #2016) il y a 10 ans

README.md

Haxe logo - The Cross-Platform Toolkit

TravisCI Build Status AppVeyor Build Status SauceLabs Test Status Gitter

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/foundation/open-source.html 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:

  • Haxe Introduction, an introduction to the Haxe toolkit
  • The Haxe Manual, the reference manual for the Haxe language
  • Haxe API, documentation for the Haxe standard and native APIs
  • Haxelib, a repository of Haxe libraries for a variety of needs

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