Açıklama Yok

Simon Krajewski 6a5fd36681 Merge pull request #2929 from stroncium/development 11 yıl önce
extra a1fedbbcfa Merge branch 'development' into genpy 11 yıl önce
libs @ 0da911f4d0 555f8abbf9 libs update 11 yıl önce
std c062421988 remove commented out Syntax.callNamed implementation 11 yıl önce
tests c7a630d15c (Python) do not generate None initializations for omitted optional structure fields (closes #2928) 11 yıl önce
.gitattributes 8e32d7f112 LF normalization 12 yıl önce
.gitignore a1fedbbcfa Merge branch 'development' into genpy 11 yıl önce
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 yıl önce
.travis.yml 9e47ccf052 python-sys tests are working 11 yıl önce
Makefile a1fedbbcfa Merge branch 'development' into genpy 11 yıl önce
Makefile.win bc8b2e7315 remove 2>/dev/null from makefile kill (does not work for me) 11 yıl önce
README.md 788f5dbbae add version compatibility to README.md 11 yıl önce
ast.ml f8aea1c92d move Codegen.concat to Type.concat 11 yıl önce
codegen.ml b361286c5f do not generate multi-type abstract to-casts (closes #2917) 11 yıl önce
common.ml a1fedbbcfa Merge branch 'development' into genpy 11 yıl önce
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 yıl önce
filters.ml 5a3f12cb8a deal with @:remove metdata before DCE (closes #2923) 11 yıl önce
genas3.ml f022f2c140 clean up after Nicolas 11 yıl önce
gencommon.ml 702b1fd825 [cs/java] Gave in the pression and switched to tabs 11 yıl önce
gencpp.ml a21691a230 [cpp] Put spaces inside angle brackets to please gcc 11 yıl önce
gencs.ml 702b1fd825 [cs/java] Gave in the pression and switched to tabs 11 yıl önce
genjava.ml 0382fcbe0e [java] Unix.readdir returns '.' and '..'. Ref #2916 11 yıl önce
genjs.ml b316f97162 Removed needless repetition of string concatenation for $hx_exports 11 yıl önce
genneko.ml 864c55ca39 add Common.mkdir_from_path and use it to generate neko output directory 11 yıl önce
genphp.ml 4e9a3820cb (Php) unset loop variable of TFor to avoid reference passing issues (closes #2900) 11 yıl önce
genpy.ml c7a630d15c (Python) do not generate None initializations for omitted optional structure fields (closes #2928) 11 yıl önce
genswf.ml 0a745131d1 add -D swf_use_doabc 11 yıl önce
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) 11 yıl önce
genswf9.ml dee1e57f2b Revert "(Flash9) use real field name to check for overrides (closes #2785)" 11 yıl önce
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" 11 yıl önce
haxe.hxproj 377608632f ignored filter output files 11 yıl önce
interp.ml 7c8c3cf7cc Fixed TypedExpr int encoding/decoding 11 yıl önce
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 yıl önce
main.ml a1fedbbcfa Merge branch 'development' into genpy 11 yıl önce
matcher.ml 7157322d23 fix exhaustiveness check when there are guards and we need a value (closes #2914) 11 yıl önce
optimizer.ml 2086f22da0 fix evaluation order issues in constructor inline code (closes #2909) 11 yıl önce
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) 11 yıl önce
type.ml 6c22897f89 disallow invalid @:coreType abstract variance (see #2844) 11 yıl önce
typecore.ml e44160987f deal with same-class-calls in abstract closures (closes #2823) 11 yıl önce
typeload.ml f03d52c322 add deprecation warning for structural extension of classes (see #2771) 11 yıl önce
typer.ml e2393a3495 propagate with_type to operands if operator is unique (closes #2786) 11 yıl önce

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